Darran Lofthouse created WFCORE-4395:
----------------------------------------
Summary: The single mapper validation added via WFCORE-2364 happens at
Runtime, this should be a Model time check.
Key: WFCORE-4395
URL:
https://issues.jboss.org/browse/WFCORE-4395
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Darran Lofthouse
Fix For: 9.0.0.Beta2
If possible the mappers should be flagged as being mutually exclusive, however failing
that the validation should happen during Stage.MODEL.
Presently this leads to an unsatisifed dependency: -
{noformat}
14:21:59,055 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread)
WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "elytron"),
("security-domain" => "demon-domain")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" =>
["org.wildfly.security.security-realm.demo-realm"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["org.wildfly.security.security-domain.demon-domain.initial is missing
[org.wildfly.security.security-realm.demo-realm]"]
}
{noformat}
Despite this error the underlying cause is not logged at any level.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)