Author: craigmcc
Date: Tue Dec 19 13:57:26 2006
New Revision: 488824

URL: http://svn.apache.org/viewvc?view=rev&rev=488824
Log:
D'oh ... forgot the managed bean scope on the in-progress implementation
of standalone logging adapter for Shale Remoting.  It is designed to be
in application scope.  Thanks to Ingo Dueppe for pointing this out (SHALE-365).

Modified:
    
shale/framework/trunk/shale-remoting/src/main/resources/META-INF/faces-config.xml

Modified: 
shale/framework/trunk/shale-remoting/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/src/main/resources/META-INF/faces-config.xml?view=diff&rev=488824&r1=488823&r2=488824
==============================================================================
--- 
shale/framework/trunk/shale-remoting/src/main/resources/META-INF/faces-config.xml
 (original)
+++ 
shale/framework/trunk/shale-remoting/src/main/resources/META-INF/faces-config.xml
 Tue Dec 19 13:57:26 2006
@@ -46,6 +46,7 @@
       <managed-bean-class>
           org.apache.shale.remoting.logger.DefaultLogger
       </managed-bean-class>
+      <managed-bean-scope>application</managed-bean-scope>
   </managed-bean>
 
 </faces-config>


Reply via email to