[jboss-user] [JBoss Cache: Core Edition] - Re: tx aware cache config issue

manik.surtani@jboss.com do-not-reply at jboss.com
Mon Jan 26 04:15:00 EST 2009


Yes we do, since, for example, we do:

tm.begin()
tm.setRollbackOnly()
cache.put() // assume this is a no-op since we have set rollback only
cache.get() // this call will return incorrect information based on the put() being a no-op.  And this is wrong.
tm.commit()

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

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



More information about the jboss-user mailing list