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