[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr
jaikiran
do-not-reply at jboss.com
Mon Apr 28 07:23:47 EDT 2008
A NameNotFoundException is thrown when you dont use the right JNDI name while doing the lookup. Follow the steps mentioned at http://wiki.jboss.org/wiki/en/DisplayTheJNDITreeWithTheJMXConsole?action=e&windowstate=normal&mode=view and see what's the jndi-name of the object you are trying to lookup. Then pass that exact name to the lookup method in your code.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147174#4147174
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147174
More information about the jboss-user
mailing list