On 05/13/2013 10:17 AM, Mircea Markus wrote:
On 13 May 2013, at 10:09, Manik Surtani wrote:
>
> On 10 May 2013, at 16:16, Pedro Ruivo <pedro(a)infinispan.org> wrote:
>
>> I though to put a warning when recovery=true and useSynchronization=true
>> to warn the users that recovery is not available with Synchronization.
>> But I've realized that this is our default configuration.
yep, see below.
>
> Our default configuration _enables_ recovery? For real? That needs to be fixed...
No, it doesn't. By default we're using synchronization enlistment so
recovery==true is ignored.
The flag only takes effect when using xa-resource enlistment(useSynchronizaton=false) as
we want to have recovery enabled by default when participating in xa transactions.
yap, that's true... I forgot about the useSynchronization :)
Cheers,