Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-4258

change BootStrapContextService dependency on WorkManagerService from OPTIONAL to REQUIRED

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 9.0.0.Beta1
    • 9.0.0.Alpha1
    • JCA
    • None

    Description

      In connector/src/main/java/org/jboss/as/connector/subsystems/jca/BootstrapContextAdd.java the dependecy type specified is OPTIONAL, which deprecated and discouraged.
      In addition, this dependency may cause failures during the boot if bootstrap context is added to management model before the workmanager (which is what happens during the testing of the filesystem tree based model persistence where the order of resources is not generally enforced).
      Changing the dependency type to REQUIRED fixes the issue.

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            olubyans@redhat.com Alexey Loubyansky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: