This content has been marked as final.
Show 2 replies
-
1. Re: Transaction Listener problem
manik Aug 24, 2011 6:33 AM (in response to feci)Yes, that is incorrect. Could you please open a JIRA for this?
-
Hi,
I'm using listeners as from the @Listener javadoc examples.
When I register listener on VM where the cache is and put items to it,
the methods of my listener are called in this order:
@TransactionRegistered
startTransaction
@CacheEntryCreated
handleEvent
@CacheEntryCreated
handleEvent
@TransactionCompleted
endTransaction
which is as it should be, but when I register listener on second node, and put to cache in first node,
methods on listener on second node are called in order:
handleEvent
handleEvent
startTransaction
endTransaction
which is obviously wrong, isn't it?
Yes, that is incorrect. Could you please open a JIRA for this?