Hi, Per the JAXWS specs there is support for asynchronous consumption of services (SOAP over HTTP) using the ExecuteService class. How does this work when the consumer of the service is a webapp and running inside a JEE container - JBoss 4.2.
Per JEE specs, applications are not supposed to manage/spawn threads. How does CXF create/control threads when consumer (client) is a webapp running in Jboss; does it register the ThreadPool with the container so that container has visibility of these threads? Thanks Sameer
