[
https://issues.jboss.org/browse/ISPN-3083?page=com.atlassian.jira.plugin....
]
Mircea Markus updated ISPN-3083:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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