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

Simone Tripodi commented on DISCOVERY-6:
----------------------------------------

I just applied the Emmanuel's suggestion, see DiscoverClasses r1090196

> [discovery] Doesn't work with ClassLoaders that do not support getResource()
> ----------------------------------------------------------------------------
>
>                 Key: DISCOVERY-6
>                 URL: https://issues.apache.org/jira/browse/DISCOVERY-6
>             Project: Commons Discovery
>          Issue Type: Bug
>         Environment: Operating System: Linux
> Platform: PC
>            Reporter: Len Trigg
>         Attachments: DiscoverClasses.patch, testcase.jar
>
>
> I am trying to run inside a plugin environment where the plugin ClassLoader
> extracts classes from nested jarfiles. This ClassLoader supports loadClass() 
> and
> getResourceAsStream(), but does not support getResource().
> Discovery assumes that all classes that can be loaded by a ClassLoader can be
> accessed by getResource(), and thus fails in this environment. In my 
> googling, I
> found several people experiencing this problem, but no solutions.
> Is this project still actively maintained?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to