[jboss-user] [JNDI/Naming/Network] - Re: Data Source JNDI lookup fails in a WAR

jaikiran do-not-reply at jboss.com
Sat Jul 12 02:06:51 EDT 2008


anonymous wrote : In the meanwhile I found some workaround solution, I register my data source in the global JNDI rather then in the 'java:' one, it works fine but I need to check what are the implication (i.e. security ...).- any ideas?? 

If the datasource is bound in the global namespace then it can be looked up from any remote client (i.e. any clients which reside outside the server JVM, ex: standalone java programs).

Do you have any JBoss specific jar files in your application packaging? Can you post the output of the following command:

jar -tf test.war




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

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



More information about the jboss-user mailing list