[jboss-user] [JBoss Cache: Core Edition] - Re: No transactionality in caches
manik.surtani@jboss.com
do-not-reply at jboss.com
Tue May 20 12:07:35 EDT 2008
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#4152078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152078
More information about the jboss-user
mailing list