4 Replies Latest reply on Oct 8, 2009 7:22 AM by ropalka

    ThreadLocal in handler chain.

      Hi,

      The "Web Services for Java EE, Version 1.2"(JSR 109, chapter 6.2.3) says:
      "A container is not required to use the same thread for invoking each Handler or for invoking the Service Implementation Bean."

      Does it mean that i can not use ThreadLocal from Handler to pass variables to Service Implementation Bean?
      Does JBOSS use the same thread to invoke handlers and service beans?

      Where i can find information according to this problem?

      Thank you for answers.