[infinispan-issues] [JBoss JIRA] (ISPN-3083) Recovery parser always enable it
Pedro Ruivo (JIRA)
jira-events at lists.jboss.org
Wed May 8 09:39:53 EDT 2013
Pedro Ruivo created ISPN-3083:
---------------------------------
Summary: 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.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