You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Rao, Sameer V" <SR...@amfam.com> on 2009/01/28 17:29:22 UTC

How to use Asynchronous callback SOAP/HTTP when consumer in a webapp (running inside JEE container)

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