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>
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>