Hi folks!
I know that we did not address this area at all in the spec and thus have a few problems
in our implementations in this area.
Where to look at if I like to contribute a unit test for a multi-classloader scenario in
the TCK?
I like to add the following test:
parent ClassLoader which has an interface X
2 child ClassLoader which have @SessionScoped implementations A and B which are
independent of each other.
Try to @Inject X x; into an EJB and reuse it in both child classloaders
('webapps'). We could set to poolsize to 1.
LieGrue,
strub