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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
