[
https://issues.jboss.org/browse/ISPN-1504?page=com.atlassian.jira.plugin....
]
Manik Surtani commented on ISPN-1504:
-------------------------------------
This is related to an issue in JBoss AS 7 - AS7-2470. However I've modified
JBossTransactionManagerLookup to check both locations anyway.
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: Manik Surtani
Fix For: 5.1.0.BETA4, 5.1.0.FINAL
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