You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by "Holmes, Dan" <dh...@fnni.com> on 2008/11/03 17:51:21 UTC

Thread problems in JEE containers?

We're investigating using ODE, but are worried about how it handles
threads. Does it adhere to the JEE specs? Safe to use in a JEE
container? I've spent a little time searching the mail archives, but
didn't find a definitive answer.

Thanks,
Dan

Re: Thread problems in JEE containers?

Posted by Alex Boisvert <bo...@intalio.com>.
Ode currently uses its own thread pool; not exatly JEE-kosher but
there's no solution right now that works across all containers.  It
would be simple to integrate with a container that supports the
WorkManager interface.

Want to submit a patch?

alex

On 11/3/08, Holmes, Dan <dh...@fnni.com> wrote:
> We're investigating using ODE, but are worried about how it handles
> threads. Does it adhere to the JEE specs? Safe to use in a JEE
> container? I've spent a little time searching the mail archives, but
> didn't find a definitive answer.
>
> Thanks,
> Dan
>