Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-2431

EventAdmin service unregistered but not registered again on ConfigAdmin startup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • eventadmin-1.2.2
    • eventadmin-1.2.4
    • Event Admin
    • None

    Description

      In EventAdmin Configuration

      Object service = new ManagedService()
      {
      public synchronized void updated( Dictionary properties ) throws ConfigurationException

      { configure( properties ); stop(); start(); }

      };

      The call to stop() does not return in a timely manner (i.e. it may take > 40sec). This is because the asyncronous thread pool cannot be closed properly. This condition occurs when eventadmin is started before configadmin

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            tdiesler Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: