[jboss-cvs] jboss-seam/examples/security/resources/WEB-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 9 20:05:06 EDT 2006


  User: sbryzak2
  Date: 06/10/09 20:05:06

  Modified:    examples/security/resources/WEB-INF  components.xml
  Log:
  Debug set to false, as ExceptionInterceptor no longer checks for @ApplicationException
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/security/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/security/resources/WEB-INF/components.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	9 Oct 2006 23:29:34 -0000	1.6
  +++ components.xml	10 Oct 2006 00:05:06 -0000	1.7
  @@ -3,7 +3,7 @@
       <component name="org.jboss.seam.core.init">
           <property name="myFacesLifecycleBug">@myFacesLifecycleBug@</property>
           <property name="jndiPattern">@jndiPattern@</property>
  -        <property name="debug">true</property>
  +        <property name="debug">false</property>
       </component>
    
       <component name="org.jboss.seam.core.manager">
  
  
  



More information about the jboss-cvs-commits mailing list