Created attachment 853167 [details] reproducer Description of problem: EAR/lib/foo.jar and EAR/bar.war foo.jar: import javax.inject.Named; @Named("echo") public class CommonEcho { public String getText() { return "CommonEcho"; } } and a page in bar.war: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets"> <h:head> </h:head> <h:body> <h:outputText value="#{echo.text}" /> </h:body> </html> no longer works in Weld 1.1.17.Final Version-Release number of selected component (if applicable): found on eap6.2.0.CP1.CR1 preview bits, weld-core-1.1.17.Final-redhat-1 How reproducible: always Steps to Reproduce: 1. deploy the attached EAR 2. go to http://127.0.0.1:8080/webapp-s2/index.jsf 3. page will be empty, while "CommonEcho" should be visible Actual results: page will be empty Expected results: "CommonEcho" should be visible Additional info: this issue seems to be related to the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1052277
Jozef Hartinger <jharting> updated the status of jira WELD-1589 to Resolved
verified on EAP 6.3.0.DR0