]
RH Bugzilla Integration commented on DROOLS-385:
------------------------------------------------
Rajesh Rajasekaran <rrajasek(a)redhat.com> changed the Status of [bug
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