3 Replies Latest reply on Apr 14, 2003 6:23 AM by adrian.brock

    Incorrect transactional semantics

    divine_comedy

      I am wondering if anybody has experienced this before but here it goes.
      We are using MDBs to persist error messages to the database. Then the following messages pop up :
      13:03:22,620 WARN [LocalTxConnectionManager$LocalConnectionEventListener] prepare called on a local tx. You are not getting the semantics you expect!

      This might or might not have to do with the MDBs. I am simply noticing that the JMS setup involves a lot of XA Transaction setup while our database has a LocalTx setup. If this is the cause of that message, can anyone tell me how to use the local Tx Manager for JMS ?

      Thanks a whole bunch