The java: namespace is accessible only for components running within the save JVM as the server. In your case, the client is running in its own JVM (it's a standalone client) and hence will not be able to access the datasource.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149708#4149708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149708 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
