private TransactionManager txMgr;
@Override
protected void setUp() throws Exception {
// Set up the ODE BPEL server...
GeronimoTxFactory txFactory = new GeronimoTxFactory();
txMgr = txFactory.getTransactionManager();
this.odeServer = new EmbeddedODEServer(txMgr);
odeServer.init();
} // end setUp