0 Replies Latest reply on May 28, 2003 5:39 AM by stephanenicoll

    XATRansaction/LocalCtx problem

      It seems that we have a transactionnal problem. Here is our situation:

      J2EE external Client -> JBmossMQ queue XXX -> MDB with transaction type "Required" -> calls a session bean (facade) with transaction type 'Required' -> Creates some EJB (CMP 2.x)

      JBoss MQ is mappend on a postgres 7.3.2 as well as the database used for strage for the EJB.

      After processed 150 Messages, JBoss completely stops and when stopping it I got this:

      003-05-28 11:12:57,175 WARN [org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in some cases of failure.
      2003-05-28 11:13:00,967 WARN [org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in some cases of failure.

      I don't see what could be the problem.

      Thanks