assertTrue(TX.tx_begin() == TX.TX_OK);
Session cd = connection.tpconnect(
RunServer.getServiceNameTestRollbackOnly2(), sendbuf,
Connection.TPSENDONLY);
cd.tpdiscon();
TXINFO txinfo = new TXINFO();
int inTx = TX.tx_info(txinfo);
log.info("inTx=" + inTx);
assertTrue(txinfo.transaction_state == TX.TX_ROLLBACK_ONLY);