XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • None
    • JCA service
    • None

    Description

      SourceForge Submitter: charp3r .
      Windoz XP
      java version "1.4.2_04"

      Issue 1:
      When the EAR which has an inbound connector gets
      undeployed, the container associated with the
      MessageEndpointFactory is set to NULL before
      afterDelivery() or release() gets called on the endpoint
      proxy, so when afterDelivery() or release() gets called,
      the MessageEndpointInterceptor is throwing
      NULLPointerException on
      tm = container.getTransactionManager();
      in function endTransaction().

      Fix:
      Check if container is NULL, if it is NULL, use
      this.transaction to do the proper transaction operation.
      See attached file for fixes we used(endTransaction
      method).

      Issue 2:
      We're getting a NP from the Work thread that is ending.
      Looks like from the server.log the classloader is
      unregistered before the Work thread completes.

      java.lang.NullPointerException
      at org.jboss.mx.loading.LoadMgr3.beginLoadTask
      (LoadMgr3.java:129)

      Stopping the server doesn't produce this error. Is this a
      race condition? It this a separate bug to be logged, a
      grey area?

      Attachments

        Activity

          People

            adrian.brock Adrian Brock (Inactive)
            sourceforge-user SourceForge legacy user (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: