• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Deployment descriptors for ejb

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could some one please tell me how to specify JNDI name of an ejb Home? I am using Websphere 3.5 and ejb1.1 and I am new to these techonolegies.
** it is very urgent.. please help me out..
Thanks in adv
Joshy
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere 3.5 is more EJB1.0 than EJB1.1. WebSphere 4.0 really supports EJB1.1. The JNDI name for ejb home can be specified by jetace deployment tool. When you use jetace.sh, there is a tab for you to specify JNDI name. In fact, the deployment discriptor generated by jetace is not XML it is .class file.
 
Joshy Joy
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Jun Hong
The information was really usefull
 
Let's go to the waterfront with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic