]
Aaron Ogburn updated WFLY-5962:
-------------------------------
Attachment: WFLY5962test.zip
ServletContainerInitializers from jboss-deployment-structure.xml
module dependencies are not invoked
----------------------------------------------------------------------------------------------------
Key: WFLY-5962
URL:
https://issues.jboss.org/browse/WFLY-5962
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.0.0.CR5
Reporter: Aaron Ogburn
Assignee: Stuart Douglas
Attachments: WFLY5962test.zip
If a module includes a ServletContainerInitializer, that ServletContainerInitializer is
not invoked for any applications that include the module in its
jboss-deployment-structure.xml module dependencies. It looks like the
ServletContainerInitializerDeploymentProcessor only checks server provided dependencies.