[jboss-jira] [JBoss JIRA] (DROOLS-385) KModules get added twice
Mark Proctor (JIRA)
issues at jboss.org
Sat Dec 21 16:57:33 EST 2013
Mark Proctor created DROOLS-385:
-----------------------------------
Summary: KModules get added twice
Key: DROOLS-385
URL: https://issues.jboss.org/browse/DROOLS-385
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Mark Proctor
Assignee: Mark Proctor
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