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

Reply via email to