Weld 3.0.0-Alpha10 stops working on WildFly 10.0.0.Alpha4. When using the previous WildFly version 10.0.0.Alpha3, Weld 3.0.0-Alpha10 works fine. After applying the "patched" patch.xml (i.e. 9.0.0.CR1 is replaced by 10.0.0.Alpha4), WildFly doesn't start anymore.
When I change WildFly's standalone/configuration/standalone.xml from code <subsystem xmlns="urn:jboss:domain:weld:3.0"/> code to code <subsystem xmlns="urn:jboss:domain:weld:2.0"/> code then WildFly starts fine.
|