]
Richard Opalka updated WFCORE-4357:
-----------------------------------
Fix Version/s: 9.0.0.Beta2
Support new MSC Service API for deployment dependency
-----------------------------------------------------
Key: WFCORE-4357
URL:
https://issues.jboss.org/browse/WFCORE-4357
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Jan Stourac
Assignee: Richard Opalka
Priority: Major
Fix For: 9.0.0.Beta2
When org.jboss.as.server.deployment.DeploymentPhaseContextImpl#addDeploymentDependency is
used, it is expecting the service to be old-API org.jboss.msc.service.Service and use its
getValue() method.
This needs to be fixed so that using new MSC Service API works too.