You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jean-Louis Monteiro (Jira)" <ji...@apache.org> on 2022/09/16 15:11:00 UTC

[jira] [Created] (TOMEE-4048) Investigate hierachical classloader for openejb-client

Jean-Louis Monteiro created TOMEE-4048:
------------------------------------------

             Summary: Investigate hierachical classloader for openejb-client
                 Key: TOMEE-4048
                 URL: https://issues.apache.org/jira/browse/TOMEE-4048
             Project: TomEE
          Issue Type: Sub-task
            Reporter: Jean-Louis Monteiro


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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)