[jboss-user] [JBossCache] - Re: locking & CacheSPI

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Mar 12 09:43:44 EDT 2008


Use a Transaction Manager (see the user guide for how to configure one) and start a user transaction before your cache operations (reads, writes).  And then commit your transaction.  The cache will participate in the transaction and treat all operations as scoped to the same ongoing transaction.

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

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



More information about the jboss-user mailing list