[infinispan-issues] [JBoss JIRA] (ISPN-3083) Recovery parser always enable it

Pedro Ruivo (JIRA) jira-events at lists.jboss.org
Fri May 10 12:01:54 EDT 2013


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

Pedro Ruivo updated ISPN-3083:
------------------------------

              Status: Pull Request Sent  (was: Coding In Progress)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/1815

    
> 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