Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
We do have hierarchical class loader in TomEE using URLClassLoaderFirst such as we can match EE class loading strategies.
In openejb-client, we use a flat class loader, but it does not allow the app to be used first. It makes JSON-P pluggability tests to fail because the JSonProvider is never the expected one.
This task consists in trying to implement a hirachical class loader in openejb-client and see if it does not produce side effects