User development,
A new message was posted in the thread "CacheListener is (unduly) notified of
rollbacked operations":
http://community.jboss.org/message/519174#519174
Author : Galder Zamarreno
Profile :
http://community.jboss.org/people/galder.zamarreno@jboss.com
Message:
--------------------------------------------------------------
I'm not sure what your problem is with the master node. If you implement
@TransactionRegistered you can know when a transaction started and any @NodeModified
events you receive between when @TransactionRegistered was called and when
@TransactionCompleted is received, you know these are not final unless you receive
TransactionCompletedEvent.isSuccessful=true, otherwise you should be able to discard
them.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519174#519174