]
Kabir Khan updated WFLY-1781:
-----------------------------
Fix Version/s: 9.0.0.Final
XTS subsystem doesn't list the DUP phase order in Phase.java
------------------------------------------------------------
Key: WFLY-1781
URL:
https://issues.jboss.org/browse/WFLY-1781
Project: WildFly
Issue Type: Bug
Components: XTS
Affects Versions: 8.0.0.Alpha3
Reporter: jaikiran pai
Assignee: Paul Robinson
Fix For: 9.0.0.Final
https://github.com/wildfly/wildfly/blob/master/xts/src/main/java/org/jbos...
does:
{code}
processorTarget.addDeploymentProcessor(XTSExtension.SUBSYSTEM_NAME, Phase.POST_MODULE,
Phase.POST_MODULE_WELD_PORTABLE_EXTENSIONS + 10, new CDIExtensionProcessor());
{code}
The phase number should all be centrally maintained in Phase.java so that those can be
tracked.