[
https://issues.jboss.org/browse/ISPN-2823?page=com.atlassian.jira.plugin....
]
Tristan Tarrant commented on ISPN-2823:
---------------------------------------
Ignore me.
The problem resides in TransactionManagerFactory.construct() where the transaction manager
is forced to be an instance of BatchModeTransactionManager overriding any user-provided
TransactionManager.
TransactionManagerLookup is silently ignored with invocation
batching
---------------------------------------------------------------------
Key: ISPN-2823
URL:
https://issues.jboss.org/browse/ISPN-2823
Project: Infinispan
Issue Type: Bug
Components: Core API, Transactions
Affects Versions: 5.2.0.Final, 5.2.1.Final
Reporter: Jeremy Stone
Assignee: Tristan Tarrant
Fix For: 5.3.0.Final
Attachments: infinispan_batch_tx.zip
A configured TransactionManagerLookup is ignored when invocation batching is enabled.
Attempts to put an entry into the cache are greeted with
"java.lang.IllegalStateException: This is a tx cache!" despite the presence of
an active transaction.
This seems to make it impossible to use the Tree API, where invocation batch mode is
mandatory, in a transactional environment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira