[jboss-jira] [JBoss JIRA] (AS7-5217) Add test coverage for OSGi subsystem bootstrap scenarios
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Aug 24 00:15:16 EDT 2012
[ https://issues.jboss.org/browse/AS7-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler reassigned AS7-5217:
-----------------------------------
Assignee: Thomas Diesler
> 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
> Assignee: 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