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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...