Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1993

Patch update necessary for WildFly 10.0.0.Alpha5

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • Major
    • None
    • 3.0.0.Alpha11
    • WildFly integration
    • None

    Description

      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
      

      Attachments

        Activity

          People

            rhn-engineering-jharting Jozef Hartinger
            juergen.zimmermann Juergen Zimmermann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: