I want to obtain Glassfish ThreadPool for the concurrent jobs I need to execute for my application deployed in it.

Until Glassfish 2.x you could use
Code:
GlassFishWorkManagerTaskExecutor
to obtain a TaskExecutor, but it seems that this does not work anymore for Glassfish 3.x.

Is there other way to access Glassfish ThreadPool?

Kind Regards,