|
I updated the file patch.xml in ZIP file of the WildFly patch so that the patch can be applied to the new WildFly 10.0.0.Alpha5. However, when I try to deploy my WAR I' getting the following stacktrace. AFAIK, the new WildFly release has upgraded Jandex.
ERROR [org.jboss.msc.service.fail] MSC000001: Failed to start service jboss.deployment.unit."shop.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."shop.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "shop.war"
|
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
|
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
|
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
|
at java.lang.Thread.run(Thread.java:745)
|
Caused by: java.lang.ExceptionInInitializerError
|
at org.jboss.as.weld.deployment.CdiAnnotationProcessor.deploy(CdiAnnotationProcessor.java:42)
|
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
|
... 5 more
|
Caused by: java.lang.IllegalArgumentException: A componentized DotName must have a componentized prefix, or null
|
at org.jboss.jandex.DotName.<init>(DotName.java:121)
|
at org.jboss.jandex.DotName.createComponentized(DotName.java:91)
|
at org.jboss.as.weld.CdiAnnotations.<init>(CdiAnnotations.java:137)
|
at org.jboss.as.weld.CdiAnnotations.<clinit>(CdiAnnotations.java:41)
|
... 7 more
|
|