[infinispan-issues] [JBoss JIRA] (ISPN-2278) Implicit transaction enabling during configuration fails

Tristan Tarrant (JIRA) issues at jboss.org
Fri Mar 4 08:16:00 EST 2016


     [ https://issues.jboss.org/browse/ISPN-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant closed ISPN-2278.
---------------------------------
    Resolution: Out of Date


> Implicit transaction enabling during configuration fails
> --------------------------------------------------------
>
>                 Key: ISPN-2278
>                 URL: https://issues.jboss.org/browse/ISPN-2278
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 5.1.6.FINAL
>            Reporter: Thomas Fromm
>
> The implicit enabling of transaction support does not work in all cases described in TransactionMode Javadoc inside the current configuration API.
> - transactionManagerLookup is explicit configured
> This works not in programmatic.
> - enabled batching
> When using XML configuration, this will not work, when only <invocationBatching> element and no <transaction> element is used.
> At ConfigurationBuilderHolder.newConfigurationBuilder(...) the default cache config is used as base for the new named cache. Since build() is called, the TransactionConfiguration is set to NON_TRANSACTIONAL in the Configuration template used for the new ConfigurationBuilder. Later then any if(transactionMode == null)-related conditions in TransactionConfigurationBuilder will fail.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list