dev@glassfish.java.net

Re: Related to <thread-pools> in domain.xml

From: Jagadish Prasath Ramu <Jagadish.Ramu_at_Sun.COM>
Date: Thu, 12 Mar 2009 09:09:10 +0530

On Wed, 2009-03-11 at 16:37 -0700, Kedar Mhaswade wrote:
> Do you know where these things are configured? For example, for orb a
> particular thread-pool is used as use-thread-pool-id attribute.
> What about EJB and connectors?
Connectors use the thread-pools via "resource-adapter-config" for a
resource-adapter
http://docs.sun.com/app/docs/doc/819-3675/create-resource-adapter-config-1?a=view

User can specify "thread-pool-id" while creating the
resource-adapter-config which will be used by connector's work-manager

Thanks,
-Jagadish