-
Bug
-
Resolution: Done
-
Critical
-
None
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: -
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]"] }
Despite this error the underlying cause is not logged at any level.
- relates to
-
WFCORE-2364 User should be able to specify only one password mapper in jdbc-realm resource
- Resolved