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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...