Alexey Loubyansky created WFLY-4258:
---------------------------------------
Summary: change BootStrapContextService dependency on WorkManagerService from
OPTIONAL to REQUIRED
Key: WFLY-4258
URL:
https://issues.jboss.org/browse/WFLY-4258
Project: WildFly
Issue Type: Task
Components: JCA
Affects Versions: 9.0.0.Alpha1
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)