Hi i have a .ear app, which needs to access a common ejb component that will be deployed seperately in a jar, in the same Weblogic server. how do i achieve this sharing?...would the classes in the .ear file have access to the remote and home interfaces without actually including in the .ear? Or do i need to have the home and remote interfaces within the application to access the ejb?
If this sharing is not possible then how shud i deploy the common ejb so that all other .ears see the ejb?
thanks
-ram
Discussions
EJB programming & troubleshooting: sharing between a common ejb component and an application
-
sharing between a common ejb component and an application (1 messages)
- Posted by: sriram chandra
- Posted on: June 09 2004 21:56 EDT
Threaded Messages (1)
- sharing between a common ejb component and an application by Arun Nair on June 10 2004 05:40 EDT
-
sharing between a common ejb component and an application[ Go to top ]
- Posted by: Arun Nair
- Posted on: June 10 2004 05:40 EDT
- in response to sriram chandra