1 Reply Latest reply on Jul 20, 2002 9:34 PM by davidjencks

    prepare called on local tx.

    ejensen

      I am experimenting with local interfaces and have become stuck. The JBoss server produces the following warning whenever I call the local interface, anyone got any idea what it means?

      [LocalTxConnectionManager$LocalConnectionEventListener] prepare called on a local tx. You are not getting the semantics you expect!

        • 1. Re: prepare called on local tx.
          davidjencks

          As I have explained repeatedly, it means you have a tx that the tx manager thinks has more than one resource manager (db or jms adapter or...) and one of them is not xa. Failure during commit can leave you with inconsistent results.