[jboss-user] [JCA/JBoss] - Re: JBoss problem

PeterJ do-not-reply at jboss.com
Wed Jul 9 11:46:06 EDT 2008


You are getting a NameNotFoundExcpetion, which means that the name you are looking up in JNDI is not correct. See http://wiki.jboss.org/wiki/DebugBindException for steps on debugging this error.

Also, I assume that com.b2b.emonitor.util.dispatch.ControllerHome
FactorySingleton is one of your classes. You really should compile your classes using the debug compiler option. With that option the line numbers will show up in the stack trace, letting you know which line in that classes source file you are doing the lookup.

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

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



More information about the jboss-user mailing list