aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes two ejbs in two different jars one bean referring to another bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "two ejbs in two different jars one bean referring to another bean" Watch "two ejbs in two different jars one bean referring to another bean" New topic
Author

two ejbs in two different jars one bean referring to another bean

bamsi
Greenhorn

Joined: May 30, 2002
Posts: 3
I have a peculiar problem i have two different beans in two different ejb-jars.i want to call one bean from another bean,while deploying the reffered bean throws exception that NamingNotFound.In ejb-jar.xml in ejb-link tag i am referring another bean as
<ejb-link>./RegistryAccessor-ejb.jar#RegistryAccessorSessionBean</ejb-link
please help
Simon Brown
sharp shooter, and author
Ranch Hand

Joined: May 10, 2000
Posts: 1860
"bamsi",
Thanks for joining JavaRanch, but could you just take a quick look at the naming policy and edit your profile.
Also, only members with valid names will be eligible for the book giveaways.
Thanks
Simon
Bartender (moderator) of "J2EE and EJB" forum
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: two ejbs in two different jars one bean referring to another bean
 
Similar Threads
Class level annotations in EJB3
problems with JNDI name lookup
Need for ejb-link
Home and componen interface for multiple bean classes
How ejb-ref works, when we have to ejb's deployed on two diffrent machines???