OW2 Consortium jotm

Compare Revisions

Ignore whitespace Rev 1133 → Rev 1134

/branches/jotm-2-0-11-br/jotm/src/main/org/objectweb/jotm/ots/OTSClientTransactionInterceptor.java
146,10 → 146,6
if (txCtx != null) {
// put into the the Current object (true for client side context)
current.setPropagationContext(txCtx, true);
// associate Thread whith Tx
// Not sure if this is still needed ?
current.associateThreadTx(txCtx.getXid());
}
} catch (org.omg.CORBA.BAD_PARAM b) {
// else we do nothing -> no transaction context for this call
178,13 → 174,8
TransactionContext txCtx = decodeCorbaPropagationContext(jri.get_reply_service_context(TX_CTX_ID)) ;
 
if ( txCtx != null ) {
 
// put into the the Current object (true for client side context)
current.setPropagationContext(txCtx, true);
// associate Thread whith Tx
// Not sure if this is still needed ?
current.associateThreadTx(txCtx.getXid());
}
} catch (org.omg.CORBA.BAD_PARAM b) {
// else we do nothing -> no transaction context for this call