[jboss-jira] [JBoss JIRA] (DROOLS-385) KModules get added twice
RH Bugzilla Integration (JIRA)
issues at jboss.org
Mon Dec 23 11:18:33 EST 2013
[ https://issues.jboss.org/browse/DROOLS-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated DROOLS-385:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1046095
> 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