[infinispan-issues] [JBoss JIRA] (ISPN-3083) Recovery parser always enable it
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu May 16 09:35:06 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-3083:
--------------------------------
Fix Version/s: 5.3.0.Beta2
> Recovery parser always enable it
> --------------------------------
>
> Key: ISPN-3083
> URL: https://issues.jboss.org/browse/ISPN-3083
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 5.3.0.Beta1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Priority: Minor
> Fix For: 5.3.0.Beta2, 5.3.0.Final
>
>
> in TransactionConfigurationBuilder:
> {code:java}
> public RecoveryConfigurationBuilder recovery() {
> recovery.enable();
> return recovery;
> }
> {code}
> This will enable the Recovery in configurations like this:
> {code:xml}
> <namedCache name="noRecovery">
> <transaction (...) transactionMode="NON_TRANSACTIONAL">
> <recovery enabled="false" recoveryInfoCacheName="someName"/>
> </transaction>
> </namedCache>
> {code}
--
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
More information about the infinispan-issues
mailing list