[jboss-user] [JBoss Cache] New message: "Re: CacheListener is (unduly) notified of rollbacked operati"
Galder Zamarreno
do-not-reply at jboss.com
Mon Jan 11 03:00:17 EST 2010
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
More information about the jboss-user
mailing list