[jboss-user] [JBoss Cache Users] - Re: CacheListener is (unduly) notified of rollbacked operati

galder.zamarreno@jboss.com do-not-reply at jboss.com
Mon Nov 30 03:33:35 EST 2009


Modifications are only rolledback when there're transactions and for such notifications, there's @TransactionCompleted and its TransactionCompletedEvent that contains:
/**
  |     * @return if <tt>true</tt>, the transaction completed by committing successfully.  If <tt>false</tt>, the transaction
  |     *         completed with a rollback.
  |     */
  |    boolean isSuccessful();

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268026#4268026

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268026



More information about the jboss-user mailing list