-
Bug
-
Resolution: Done
-
Major
-
8.0.0.Final, 8.1.0.Final
-
None
CDI does not scan module with multiple jars. Only first jar is scanned.
Workaround is to package everything in single jar file.
To reproduce:
#download attached files #download and unzip wildfly cd wildfly-9.0.0.Alpha1-SNAPSHOT #or other version > 8.0.0 unzip ../module.multiplejars.zip cp ../servlet-cdi-test3.war standalone/deployments/ ./bin/standalone.sh # observe deployment fails # stop server unzip ../module.ok.zip ./bin/standalone.sh # observe deployment succeeds
The same scenario succeeds in both cases on EAP 6.2.x.
module.ok.zip was created from module.multiplejars.zip by merging jar files into single one
- blocks
-
WFLY-4009 Cannot externalise camel-cdi & deltaspike
- Closed