[weld-commits] Weld SVN: r4830 - extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 8 23:52:50 EST 2009


Author: dan.j.allen
Date: 2009-11-08 23:52:50 -0500 (Sun, 08 Nov 2009)
New Revision: 4830

Modified:
   extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java
Log:
note


Modified: extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java
===================================================================
--- extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java	2009-11-09 04:51:55 UTC (rev 4829)
+++ extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java	2009-11-09 04:52:50 UTC (rev 4830)
@@ -38,7 +38,7 @@
     * The BeanManager may not have been initialized at the time JSF is initializing. Therefore,
     * we stick in a ForwardingELResolver that delegates to the BeanManager ELResolver, which will
     * be plugged in when it's available. If the ELResolver is invoked before the BeanManager
-    * is available, an IllegalStateException is thrown (is this the desired behavior?)
+    * is available, the resolver will perform no action (and thus produce no result).
     */
    private static class LazyBeanManagerIntegrationELResolver extends ForwardingELResolver
    {



More information about the weld-commits mailing list