Yes, there were two problems. I had to put this in my datasource: <use-java-context>false</use-java-context>
It was correctly bound to java:/TransactionManager. But I couldn't look it up because I had some Jboss jars bundled in with my application. When I removed those it worked. There was classloader issues with JNDI in general. Look in your application for conflicting jars and I bet you'll find some. Good luck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076458#4076458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076458 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
