[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: ws1 not bound

ALRubinger do-not-reply at jboss.com
Tue Sep 19 10:51:30 EDT 2006


The JMX Console will tell you where your objects are being stored...

Hit http://[servername]:8080/jmx-console (by default), find JNDIView, and print out the tree to see where everything is.

Also, in order to ensure your EJBs maintain the same JNDI name no matter the packaging, you can use @LocalBinding and @RemoteBinding to declare the location.

S,
ALR

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

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



More information about the jboss-user mailing list