Ryan Dunckel created ISPN-5212:
----------------------------------
Summary: Transaction Support in WebSphere 8.x
Key: ISPN-5212
URL:
https://issues.jboss.org/browse/ISPN-5212
Project: Infinispan
Issue Type: Bug
Components: Transactions
Affects Versions: 7.1.0.Final
Environment: Websphere 8.5.5, JRE 1.7
Reporter: Ryan Dunckel
Priority: Critical
IBM has 'officially' stated
(
http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websph...)
that WebSphere doesn't implement the JTA TransactionManager, hence Infinispan's
need to lookup the Transaction Manager (a la GenericTransactionManagerLookup) won't
work in 'newer' versions of WebSphere.
A solution may be to wrap WebSphere's UOWTransactionManager with a JTA
TransactionManager adapter (somewhat similar to how Spring tackled this:
http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework...)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)