Hi guys,
I have developed a web application and an ejb application
with WSAD 5.0.
I use the global ejb JNDI name to get access to it.
When the ejb client is a stand-alone Java application I can
get access to the EJB.
When I use the web application as a client of the EJB with
the global JNDI name I get a
javax.naming.NameNotFoundException: myEjb
The two applications are running on two different servers on WSAD.
Does anyone know why I get this exception with the Web client and not with the stand-alone client ?
Thank you.
Sunny
I have developed a web application and an ejb application
with WSAD 5.0.
I use the global ejb JNDI name to get access to it.
When the ejb client is a stand-alone Java application I can
get access to the EJB.
When I use the web application as a client of the EJB with
the global JNDI name I get a
javax.naming.NameNotFoundException: myEjb
The two applications are running on two different servers on WSAD.
Does anyone know why I get this exception with the Web client and not with the stand-alone client ?
Thank you.
Sunny