I cant seem to get the TransactionManager and UserTransaction when running junit tests
from outside the server.
I've tried many thing including:
<jee:jndi-lookup id="transactionManager"
jndi-name="java:TransactionManager">
<jee:environment>java.naming.provider.url=localhost:20350</jee:environment>
</jee:jndi-lookup>
<!-- spring jta transaction manager -->
UserTransaction
Is it possible to get the TransactionManager and UserTransaction if you are not running
from within the jvm of the container?
Has anyone tried this before?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981164#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...