139140141142143144145146147148149
//Wind up fConn1.close(); fConn2.close(); txM.commit(); //Check Result #1 verifyData(new File(m_outgoingDirectory, "out.1.txt"), data1);
293294295296297298299300301302303
//This should not succeed (prepare for 3rd XAR will fail) try { txM.commit(); fail(); } catch (RollbackException ex) { //Good