[jboss-jira] [JBoss JIRA] (AS7-5217) Add test coverage for OSGi subsystem bootstrap scenarios

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Jul 19 03:52:06 EDT 2012


Thomas Diesler created AS7-5217:
-----------------------------------

             Summary: Add test coverage for OSGi subsystem bootstrap scenarios 
                 Key: AS7-5217
                 URL: https://issues.jboss.org/browse/AS7-5217
             Project: Application Server 7
          Issue Type: Bug
          Components: OSGi
            Reporter: Thomas Diesler
             Fix For: 7.2.0.CR1


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

{code}
        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());
        }
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list