[jboss-jira] [JBoss JIRA] (DROOLS-385) KModules get added twice
RH Bugzilla Integration (JIRA)
issues at jboss.org
Wed Aug 6 16:18:34 EDT 2014
[ https://issues.jboss.org/browse/DROOLS-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991003#comment-12991003 ]
RH Bugzilla Integration commented on DROOLS-385:
------------------------------------------------
Rajesh Rajasekaran <rrajasek at redhat.com> changed the Status of [bug 1046095|https://bugzilla.redhat.com/show_bug.cgi?id=1046095] from VERIFIED to CLOSED
> 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 was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list