[infinispan-dev] batching API and DummyTM

Sanne Grinovero sanne.grinovero at gmail.com
Mon Sep 13 17:30:31 EDT 2010


2010/9/13 Manik Surtani <manik at jboss.org>:
>
> On 13 Sep 2010, at 19:26, Sanne Grinovero wrote:
>
>> An important feature I'm missing when using batches but not using a
>> transaction manager is the capability to eagerly lock keys, because
>> there's no unlock.
>
> This applies to regular JTA transactions as well as batching, correct?

I assume you know more details :)
Anyway when using JTA I can use "lock()" as I'll trust that Infinispan
is releasing the lock at the commit, but if I don't commit I can't use
the lock(), or am I missing something?

Cheers,
Sanne


More information about the infinispan-dev mailing list