Hello All
I have a situation where in I have a common
ejb code to be deployed as a part of two applications.
IBM Websphere version 4 is the one which i am using where in there is only
one JNDI name for the ejb.
App1 will use web xml reference using ejb/EJB1
App1 code will look up using
java:comp/env/ejb/EJB1
Deployment In server maps ejb/EJB1 to ejb/XYZ/com.package.homeInterfaceName
No reference in web xml
App code will look up using com.package.homeInterfaceName (Default Name for ejb). So no explicit reference need during deployment as the client will be
able to find out EJB using default Name in the JNDI name space
Please Help this is quite urgent