| Author |
NameNotFoundException while calling EJB in JBOSS
|
Suhas Mohamedali
Greenhorn
Joined: Jun 05, 2012
Posts: 27
|
|
My EJB jar is packaged in EAR and deployed succesfullt in JBOSS.
Now I am run a java class like below.
Now I am getting javax.naming.NameNotFoundException: AreaBean not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
when running the java file.
Please help......
|
 |
Meiyappan Kannappa
Greenhorn
Joined: Sep 15, 2008
Posts: 10
|
|
Hi,
Could you please update with the name of your bean class, bean remote class, version of JBoss and EJB.
|
Warm Regards
|
 |
 |
|
|
subject: NameNotFoundException while calling EJB in JBOSS
|
|
|