[jboss-dev-forums] [Design of EJB 3.0] - Re: Embeddable ALPHA 9 Unable to lookup TransactionManager

allonrauer do-not-reply at jboss.com
Thu Oct 12 16:04:58 EDT 2006


i'm having the same issue...the UserTransaction bean initialzation tries to find TransactionManager in a new InitialContext(). it doesnt supply its own properties to the InitialContext(), so the default ones (in my case, the apache tomcat ones) are being picked up.

how do i tell tomcat to launch w/ the jboss jndi properties are the default?
i tried putting the jndi.properties in my webapp's WEB-INF/lib and WEB-INF/classes, and in tomcat's server\classes dir, to no avail. where does it go?

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

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



More information about the jboss-dev-forums mailing list