1 Reply Latest reply on Feb 4, 2003 6:33 PM by jcorbin4607

    JBOSS 3.0.x and Informix Datasource Configuration

    jcorbin4607

      Hello,

      I migrated to JBOSS 3.0.4 running with Tomcat and migrated the datasource configuration from 2.4.x. When I did, I started getting the following error:

      "You are not allowed to autocommit within a managed transaction."

      I am using Informix 5. I am not sure if this error is a programmatic issue or a JBOSS datasource configuration issue.

      Can someone supply some insight? The error itself makes complete sense but not sure how to resolve it in JBOSS 3.0.4.

      Thanks,
      Esconion

        • 1. Re: JBOSS 3.0.x and Informix Datasource Configuration
          jcorbin4607

          I am trying to set the following property on the wrapped informix jdbc driver and I cannot tell where to set this in my informix-service.xml file (or if I can).

          Note: This is not an XA compatible driver.

          TRANSACTION_READ_UNCOMMITTED

          I'm not using the XA compliant driver for Informix and maybe I need to configure it as an XA Datasource and use that specific driver.

          Any suggestions?

          J.D.