3 Replies Latest reply on Sep 18, 2009 6:13 AM by alesj

    DependencyInfo.removeDependsOnMe never called

    thomas.diesler

      https://jira.jboss.org/jira/browse/JBCL-119

      Consider this

      BundleA
      exports A

      BundleB
      imports A

      #1 install BundleA
      #2 install/start BundleB
      #3 uninstall BundleB

      The DependencyInfo of BundleA holds a dependsOnMe entry for BundleB that is never removed.

      This contributes to the memory leak that we see in [JBOSGI-155]