[infinispan-dev] Error parsing Recovery

Pedro Ruivo pedro at infinispan.org
Wed May 8 08:37:17 EDT 2013


Hi guys,

Is there any reason to enable the recovery when we pick from 
TransactionConfigurationBuilder?

public RecoveryConfigurationBuilder recovery() {
   recovery.enable();
   return recovery;
}

This will enable the Recovery in configurations like this:

<namedCache name="noRecovery">
   <transaction (...) transactionMode="NON_TRANSACTIONAL">
     <recovery enabled="false" recoveryInfoCacheName="someName"/>
   </transaction>
</namedCache>

leading the RecoveryConfigTest to fail.

ps. I detected this when working on 
https://issues.jboss.org/browse/ISPN-3063.

Cheers,
Pedro


More information about the infinispan-dev mailing list