Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-4025

Give registry contribution listeners a chance to retireve the contribution info before removing it

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java-SCA-2.0-Beta3
    • Java-SCA-2.0
    • SCA Java Runtime
    • None
    • All

    Description

      In our DomainRegistryImpl class we have

      public void uninstallContribution(String uri) {
      contributionDescriptions.remove(uri);
      for (ContributionListener listener : contributionlisteners)

      { listener.contributionRemoved(uri); }

      }

      It should wait until the listeners have been called before removing the contribution description.

      Attachments

        Activity

          People

            simonslaws Simon Laws
            simonslaws Simon Laws
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: