Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-385

KModules get added twice

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      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

            mfusco@redhat.com Mario Fusco
            mproctor@redhat.com Mark Proctor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: