-
Bug
-
Resolution: Done
-
Major
-
None
-
6.0.0.M4
-
None
A beans.xml file referring to classes (e.g. alternatives or interceptors that need to be activated) cannot be processed when it is part of a war file that is packaged inside an ear file. The error that occurs:
org.jboss.weld.xml.WeldXmlException: WELD-001206 Could not load class nl.meandi.examples.TestBean
The error does not occur if the war file is deployed on its own.