[jboss-user] [JBoss Web Services Users] - ThredPool configuration

2009-10-12 Thread cnstntn
Hi, is there any way to configure thread pool for each application deployed on JBOSS separately? Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259912#4259912 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.

2009-10-08 Thread cnstntn
Any directions where i can find this information? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259297#4259297 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259297 ___ jboss

[jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in handler chain.

2009-10-05 Thread cnstntn
"richard.opa...@jboss.com" wrote : | "cnstntn" wrote : | | Does JBOSS use the same thread to invoke handlers and service beans? | | | On server side yes. Is it writen somewhere in JBOSS specification? I would like to see the details. Thank you. View the o

[jboss-user] [JBoss Web Services Users] - ThreadLocal in handler chain.

2009-10-05 Thread cnstntn
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 Imp