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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
