-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Alpha7
-
None
The removal of the deployment which is a dependency for other resources makes these dependent resources unusable. The deployment operation should not be completed in such conditions.
The information about the missing dependencies is now currently logged after the removal by the ContainerStateMonitor class.
Example:
INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment postgresql-9.4.1208.jar (runtime-name: postgresql-9.4.1208.jar) in 61ms INFO [org.jboss.as.server] (ServerService Thread Pool -- 65) WFLYSRV0009: Undeployed "postgresql-9.4.1208.jar" (runtime-name: "postgresql-9.4.1208.jar") INFO [org.jboss.as.repository] (ServerService Thread Pool -- 65) WFLYDR0002: Content removed from location /home/mjurc/testing/eap/7.0.0/jboss-eap-7.0/standalone/data/content/5c/7e80698b80a5045fe64daa67426051bbd16a56/content INFO [org.jboss.as.controller] (ServerService Thread Pool -- 65) WFLYCTL0183: Service status report WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.jdbc-driver.postgresql-9_4_1208_jar (missing) dependents: [service jboss.driver-demander.java:/PostgresDS, service org.wildfly.data-source.PostgresDS]
- clones
-
JBEAP-5036 No message about missing dependencies upon removing a deployment that is a dependency
- Closed
- is blocked by
-
WFLY-8410 Test suite depends on the WFCORE-1762 bug
- Closed
- is cloned by
-
JBEAP-5863 Missing dependency should be triggering rollback of the deployment operation
- Verified
- relates to
-
WFCORE-2351 There stuck some required service after unsuccessful command for adding CredentialStore with wrong filled relative-to attribute.
- Resolved