5 Replies Latest reply on Oct 2, 2006 11:21 AM by weston.price

    JBAS-3734

    weston.price

      I think I understand why there is an issue, but I just wanted to verify that we want to do something like the following in the JmsServerSessions.onMessage() handling:

      1) Check the current thread's context classloader
      2) If it's null, set it to the CL of the ResourceAdapter prior to the beforeDelivery invocation
      3) Set it back to the original CL after?

      It's that last part that need some clarification on.