[jboss-jira] [JBoss JIRA] (DROOLS-385) KModules get added twice

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri Jan 17 09:00:34 EST 2014


    [ https://issues.jboss.org/browse/DROOLS-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12936611#comment-12936611 ] 

RH Bugzilla Integration commented on DROOLS-385:
------------------------------------------------

Ryan Zhang <rzhang at redhat.com> changed the Status of [bug 1046095|https://bugzilla.redhat.com/show_bug.cgi?id=1046095] from MODIFIED to ON_QA
                
> KModules get added twice
> ------------------------
>
>                 Key: DROOLS-385
>                 URL: https://issues.jboss.org/browse/DROOLS-385
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Mark Proctor
>            Assignee: Mario Fusco
>
> The class loader is returning duplicate entries, as it incorrectly implements:
>     @Override
>     protected Enumeration<URL> findResources(String name) throws IOException {
>         return getParent().getResources(name);
>     }
> Deleting this method resolves the problem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list