[cdi-dev] [TCK] Multi ClassLoader unit tests?
Mark Struberg
struberg at yahoo.de
Sun Jun 3 11:03:04 EDT 2012
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
More information about the cdi-dev
mailing list