Uploaded image for project: 'JBoss Modules'
  1. JBoss Modules
  2. MODULES-119

ChildPathFilter.equals() contains an error so that two ChildPathFilter instances are always not equals

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.0.CR4
    • 1.1.0.CR2
    • Filters
    • None
    • Hide

      I had an ear that contained only 2 resource adapters. In this situation the server stalled during deployment and CPU load went to 100%.

      Show
      I had an ear that contained only 2 resource adapters. In this situation the server stalled during deployment and CPU load went to 100%.
    • Low

      ChildPathFilter.equals() checks if the given object is an instance of type EqualsPathFilter, so that the method always returns false when called with an ChildPathFilter as argument.

      This problem can lead to problems when resolving dependencies during installation of a module in JBoss 7.

      The attached pull request resolves this issue in my environment.

            dlloyd@redhat.com David Lloyd
            robert.panzer_jira Robert Panzer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: