[jboss-jira] [JBoss JIRA] (WFLY-1781) XTS subsystem doesn't list the DUP phase order in Phase.java
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Tue Jul 30 06:40:26 EDT 2013
jaikiran pai created WFLY-1781:
----------------------------------
Summary: 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
https://github.com/wildfly/wildfly/blob/master/xts/src/main/java/org/jboss/as/xts/XTSSubsystemAdd.java#L172 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list