[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.
richard.opalka@jboss.com
do-not-reply at jboss.com
Mon Oct 5 07:55:57 EDT 2009
"cnstntn" wrote :
| Does it mean that i can not use ThreadLocal from Handler to pass variables to Service Implementation Bean?
|
You shouldn't use threadlocals in handlers on client side, because executor threads can be different (you can customize executors on service proxy BTW).
"cnstntn" wrote :
| Does JBOSS use the same thread to invoke handlers and service beans?
|
On server side yes.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258633#4258633
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258633
More information about the jboss-user
mailing list