[jboss-user] [JBossWS] - Re: Using Threads inside Web Services

2009-03-24 Thread richard.opa...@jboss.com
Hi, in general users shouldn't use threads in webservice endpoints. This rule applies to both EJB and POJO based endpoints. Regarding your question about web service initialization/destroy process, the issue you're talking about will be fixed since next i.e. JBossWS 3.1.1.GA release. See

[jboss-user] [JBossWS] - Re: Using Threads inside Web Services

2009-03-24 Thread ljb26
I can't seem to find an answer to the above question in the JBossWS documentation. Without the Servlet interface's init and destroy methods how would we clean up threads on undeployment? I have seen references to @PostConstruct and @PreDestroy however these seem to be called upon every construc