[jboss-user] [JBossCache] - Re: Node locking question

darose do-not-reply at jboss.com
Tue Apr 24 23:25:51 EDT 2007


Can someone please confirm:

Would this then the correct usage of BatchModeTransactionManager in the context I mentioned?


  | BatchModeTransactionManager txMgr = BatchModeTransactionManager.getInstance();
  | txMgr.begin();
  | child.clearData();
  | child.putAll(recordVals.getValues());
  | txMgr.commit();
  | 

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

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



More information about the jboss-user mailing list