Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5217

Add test coverage for OSGi subsystem bootstrap scenarios

XMLWordPrintable

      Currently we don't test OSGi subsystem activation with persistent bundles. In the InitialDeploymentTracker there is a TODO that should get investigated/fixed

              protected boolean trackService(ServiceController<? extends Object> controller) {
                  // [TODO] currently we track all persistet deployments.
                  // If one fails it would mean that the OSGi framwork does not bootstrap
                  return deploymentPhaseServices.contains(controller.getName());
              }
      

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: