[jboss-user] [JBoss Cache: Core Edition] - Re: How to access multiple jboss cache instances

manik.surtani@jboss.com do-not-reply at jboss.com
Tue May 5 06:09:57 EDT 2009


Multiple JBC instances can and will participate in the same JTA transaction.  E.g.,


  | tx.begin()
  | cache1.put(...)
  | cache2.remove(...)
  | cache3.put(...)
  | tx.commit() 
  | 

will work.

Not sure I understand your problem about not being able to do replication.  Do you run out of memory when trying to commit such a transaction?

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

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



More information about the jboss-user mailing list