quality@glassfish.java.net

Re: different applications sharing ejb.jar

From: Richard Kolb <rjdkolb_at_gmail.com>
Date: Tue, 23 Feb 2010 13:27:40 +0200

2010/2/23 Felipe Gaścho <fgaucho_at_gmail.com>

> It seems a concurrency problem, not related to the environment but due
> to some code problems..
>
> May be a code problem ?
>

Not concurrency at all.
It's to do with a class loaded into App1 code space (where the class was in
the domains lib)
then App2 trying to load the same code into another code space.

Very consistent to reproduce.
There was much tears and grinding of teeth.