You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Donald Kwakkel (JIRA)" <ji...@apache.org> on 2018/10/30 09:41:00 UTC

[jira] [Created] (TOMEE-2265) CxfContainerClassLoader.getResource/getResources(String) is not implemented

Donald Kwakkel created TOMEE-2265:
-------------------------------------

             Summary: CxfContainerClassLoader.getResource/getResources(String) is not implemented
                 Key: TOMEE-2265
                 URL: https://issues.apache.org/jira/browse/TOMEE-2265
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Core Server
            Reporter: Donald Kwakkel


CxfContainerClassLoader.getResource/getResources(String) is not implemented. Resulting in fallback to normal ClassLoader which is not self first as a webapp classloader should be. This is a problem when e.g. using javax.activation, which uses getResources for e.g. which mail provider will be used.
Tomcat itself has a similair issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=62868



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)