Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-1005

BundleHookBundleTracker throws Exception when close()-method is called twice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • util-1.1.1
    • Util
    • None

    Description

        public void close() {
            sr.unregister();
            tracked.close();
            tracked = null;
        }
      

      Supsequent calls cause sr.unregister to throw an IllegalStateException.

      Since today, there is a piece of code introduced by ARIES-1004 that does actually do that (http://mail-archives.apache.org/mod_mbox/aries-commits/201301.mbox/%3C20130118083142.DA5852388900%40eris.apache.org%3E)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              christophg Christoph Gritschenberger
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: