Steps to Reproduce: |
Attempt to use alternatives in the following XML file:
{code:title=beans.xml} <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:weld="http://jboss.org/schema/weld/beans"> <weld:scan> <weld:exclude name="my.package.ExcludeThis"/> </weld:scan> <alternatives> <class> my.package.UseThis </class> </alternatives> </beans> {code} |