Hi Is there a way to silence messages like:
WELD-000119: Not generating any bean definitions from org.apache.deltaspike.testcontrol.impl.jsf.MyFacesContainerAdapter$1 because of underlying class loading error: Type org.apache.myfaces.mc.test.core.runner.MyFacesContainer not found. If this is unexpected, enable DEBUG logging to see the full error. I thought I could do it in beans.xml with a scan exclude but I have not been able to tell weld not to try to load the class. I'm using latest version of both deltaspike (1.5.4) and weld (2.3.3-Final). Best regards Jens
