[
https://issues.jboss.org/browse/AS7-5217?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler updated AS7-5217:
--------------------------------
Fix Version/s: 7.2.0.Alpha1
(was: 7.2.0.CR1)
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: Task
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.2.0.Alpha1
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
For more information on JIRA, see:
http://www.atlassian.com/software/jira