| 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 |