Are you using optimistic locking? If so, you need a transaction manager.
If not, you can disable the use of transactions either by not registering a TM n your JBC
config, or just making sure there isn't a tx already started when you start
interacting with the cache (perhaps suspend any ongoing transactions first).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152078#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...