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/11/02 12:56:00 UTC

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

    [ https://issues.apache.org/jira/browse/TOMEE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16673060#comment-16673060 ] 

Donald Kwakkel commented on TOMEE-2265:
---------------------------------------

The same issue for tomcat is fixed, hope it will also fixed for CxfContainerClassLoader and tomcat of TomEE will be updated to at least the fixed version.
Fixed in:
- trunk for 9.0.13 onwards
- 8.5.x for 8.5.35 onwards
- 7.0.x for 7.0.92 onwards

> 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
>            Priority: Major
>
> 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)