Hello.
How can I access a local
EJB from a
servlet by its JNDI name when both application are not in the same EAR?
Both application are running in the same server (WebSphere 6.1). But when I invoke the context.lookup() method passing the JNDI name as parameter, I got a NamingExecption.
This is my code:
StartupMonitorServlet
web.xml
Error message:
There's no EJB reference binding in the ibm-web-bnd.xmi.
Thanks!
[ December 12, 2007: Message edited by: Regis Santos ]