}
public void test_tpcall_x_octet_commit_tx_rollback_only() throws Exception {
log.debug("JABTestCase::test_tpcall_x_octet_commit_tx_rollback_only");
runServer.tpadvertisetpcallXOctet();
JABSessionAttributes jabSessionAttributes = new JABSessionAttributes();
JABSession jabSession = new JABSession(jabSessionAttributes);
JABTransaction transaction = new JABTransaction(jabSession, 5000);
JABServiceInvoker jabService = new JABServiceInvoker(
RunServer.getServiceNametpcallXOctet(), jabSession, "X_OCTET",
null);