]
David Lloyd resolved WFLY-956.
------------------------------
Resolution: Done
I think this is fixed.
deploy hangs if module import doesn't exist
-------------------------------------------
Key: WFLY-956
URL:
https://issues.jboss.org/browse/WFLY-956
Project: WildFly
Issue Type: Bug
Components: Class Loading
Reporter: Bill Burke
Assignee: David Lloyd
If you have a module dependency and that module has its own dependency that doesn't
exist, deployment will hang.
To reproduce, create a simple WAR that has a jboss-deployment-structure.xml that imports
an existing module. Have that existing module import a different module that doesn't
exist.