>> Another issue is where I can implement this behavior? I mean,
in TO,
>> this behavior is implemented in TotalOrderInterceptor a
> Do you want to implement TO for pessimistic transactions? I always thought about
total order as only being practical for optimistic tx.
>
No I don't want pessimistic tx in TO. I was not very clear but I am
worry about the code will be duplicated when TO will be merged (assuming
that you want this solution in your 2PC scheme) :)
We already have this kind of
logic in TOB. You want to avoid duplicating the same code in TOM?