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

Gavin King gavin.king at jboss.com
Wed Nov 7 22:39:45 EST 2007


  User: gavin   
  Date: 07/11/07 22:39:43

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  update obsolete config
  
  Revision  Changes    Path
  1.39      +4 -3      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- components.xml	1 Oct 2007 14:58:42 -0000	1.38
  +++ components.xml	8 Nov 2007 03:39:42 -0000	1.39
  @@ -12,7 +12,8 @@
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd">
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd
  +                 http://jboss.com/products/seam/captcha http://jboss.com/products/seam/captcha-2.0.xsd">
   
       <core:init jndi-pattern="@jndiPattern@" debug="false"/>
    
  @@ -38,7 +39,7 @@
       <persistence:managed-persistence-context name="entityManager" auto-create="true"
                   persistence-unit-jndi-name="java:/seamspaceEntityManagerFactory"/>
                   
  -    <component name="org.jboss.seam.captcha.captchaImage" service="#{customCaptcha.service}"/>
  +    <captcha:captcha-image engine-name="com.octo.captcha.engine.image.gimpy.BasicListGimpyEngine"/>
       
       <event type="org.jboss.seam.notLoggedIn">
           <action execute="#{redirect.captureCurrentView}"/>
  
  
  



More information about the jboss-cvs-commits mailing list