Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-702

Transaction Logging not working in OpenEJB for MDBs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.0
    • container system
    • None
    • All

    Description

      I was investigating GERONIMO-3354. Found that the exception
      getting thrown was due to an XAResource getting passed to the the
      geronimo transaction manager instead of a NamedXAResource .
      To fix this we need to change the method
      public MessageEndpoint createEndpoint(XAResource xaResource) throws UnavailableException in
      org.apache.openejb.core.mdb.EndpointFactory

      In this method in the case of using the Geronimo Transaction Manager we need to pass a NamedXAResource if we need transaction logging to function.

      Directly passing a NamedXAResource will fix this problem at the openEJB side for now but we need to bring in a layer of abstraction since the NamedXAResource is a geronimo TM specific class and in OpenEJB standalone the TM must be pluggable.

      For the time being its acceptable to use NamedXAResource.

      This requires a fix in AMQ also to work . The JIRA in question is
      https://issues.apache.org/activemq/browse/AMQ-1438

      Attachments

        1. OPENEJB-702.patch
          5 kB
          Manu T George

        Activity

          People

            djencks David Jencks
            manucet Manu T George
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: