-
Feature Request
-
Resolution: Unresolved
-
Optional
-
None
-
None
An INFO or WARNING level log message must be displayed when loading a web-application where /WEB-INF/beans.xml is missing.
"/WEB-INF/beans.xml is not present - Beans in WAR " warName " will not be loaded."
The user needs to know this because weld is making an important decision. Also, a common pitfall, defining EJBs with @Injected dependencies will break because the EJB's are discovered, @Injection is attempted, but fails because no other beans were loaded.