Scale It [
https://community.jboss.org/people/meselfe] created the discussion
"Re: How to set new SoapHandler for each invocation?"
To view the discussion, visit:
https://community.jboss.org/message/730608#730608
--------------------------------------------------------------
Aha this one from jsr 224 cleared things up for me:
9.3.3 Handler Implementation Considerations
Handler instances may be pooled by a JAX-WS runtime system. All instances of a specific
handler are
considered equivalent by a JAX-WS runtime system and any instance may be chosen to handle
a particular
message. Different handler instances may be used to handle each message of an MEP.
Different threads
may be used for each handler in a handler chain, for each message in an MEP or any
combination of the
two. Handlers should not rely on thread local state to share information. Handlers should
instead use the
message context, see section 9.4.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/730608#730608]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]