[infinispan-issues] [JBoss JIRA] (ISPN-1504) JBossTransactionManagerLookup does not work in JBoss AS 7
Manik Surtani (Commented) (JIRA)
jira-events at lists.jboss.org
Wed Nov 2 12:17:45 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639336#comment-12639336 ]
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
More information about the infinispan-issues
mailing list