5 Replies Latest reply on Apr 9, 2003 11:56 PM by davidjencks

    Incorrect Transactional Semantics. Help required !

    divine_comedy

      Not so sure where to put this as this has to do with both data source and JMS I think.

      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