[jboss-user] [JNDI/Naming/Network] - Re: Why is TransactionManager not Bound in JNDI

bmcgovern do-not-reply at jboss.com
Tue Aug 21 15:15:07 EDT 2007


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



More information about the jboss-user mailing list