I attached another PDF containing screenshots for: a) tree and b) source tab showing the error message.

The contents of beans.xml:
<?xml version="1.0"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:weld="http://jboss.org/schema/weld/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd http://jboss.org/schema/weld/beans http://jboss.org/schema/weld/beans_1_1.xsd">
<interceptors>
<class>de.shop.util.LogInterceptor</class>
</interceptors>
<alternatives>
<class>de.shop.artikelverwaltung.dao.ArtikelverwaltungDaoMock</class>
</alternatives>
<decorators>
<class>de.shop.bestellverwaltung.service.BestellverwaltungMitGeschenkverpackung</class>
</decorators>
<weld:scan>
<weld:exclude name="de.shop..domain."/>
</weld:scan>
</beans>

Change By: Juergen Zimmermann (21/Jun/12 6:22 AM)
Attachment: beans.xml.tree.pdf
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira