[jboss-dev-forums] [Design of EJB 3.0] - Re: javax.naming.NameNotFoundException

cameronjones do-not-reply at jboss.com
Mon Oct 23 06:52:41 EDT 2006


I haven't looked at your problem specifically but i ran into a similar issue when deploying a database datasource - i found that what i had to do was specify the datasource in the global jndi namespace instead of the local. You might want to investigate your configuration for this.

For a datasource, you can configure this using the <use-java-context>false</use-java-context> option in a datasource config file to specify that it sould be added to the global namespace instead of the "java:" namespace.

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

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



More information about the jboss-dev-forums mailing list