1 Reply Latest reply on Oct 17, 2003 10:44 AM by adrian.brock

    TransactionManager change timeout live

    bdbogjoe

      I want to change the TransactionManager timeout directly in the code

      What i do :

      TransctionManager tm = ...
      ....
      the lookup works fine
      .....

      tm.setTransactionTimeOut(...);

      But the timeout is not changed !

      What's wrong ?

      Thanks

      Joe