JBossTransactionManagerLookup does not work in JBoss AS 7
---------------------------------------------------------
Key: ISPN-1504
URL:
https://issues.jboss.org/browse/ISPN-1504
Project: Infinispan
Issue Type: Enhancement
Components: Transactions
Affects Versions: 5.1.0.BETA3
Reporter: Aaron Douglas
Assignee: Mircea Markus
The org.infinispan.transaction.lookup.JBossTransactionManagerLookup class doesn't work
in JBoss 7 (at least out of the box) because the TransactionManager JNDI URI changed. It
used to be java:/TransactionManager and now its java:jboss/TransactionManager. For now
I've created my own lookup to find the JTA TransactionManager calling it
JBoss7TransactionManagerLookup.
Not sure if a separate class is necessary ultimately; but maybe have the JBoss one look up
both URIs?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira