Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4395

The single mapper validation added via WFCORE-2364 happens at Runtime, this should be a Model time check.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Critical
    • None
    • None
    • Security
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: