-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
3.0.0.Alpha10
-
None
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
<subsystem xmlns="urn:jboss:domain:weld:3.0"/>
to
<subsystem xmlns="urn:jboss:domain:weld:2.0"/>
then WildFly starts fine.