[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

jaikiran do-not-reply at jboss.com
Tue Apr 8 01:48:25 EDT 2008


anonymous wrote :  javax.naming.NameNotFoundException: Remote not bound

This means that you are using an incorrect jndi-name while doing the lookup. Use the JNDIView from the jmx-console http://wiki.jboss.org/wiki/en/DisplayTheJNDITreeWithTheJMXConsole to see the exact name jndi-name to which your bean is bound. Then use that jndi-name in the client lookup. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142245#4142245

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142245



More information about the jboss-user mailing list