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

Gavin King gavin.king at jboss.com
Wed Nov 7 23:19:51 EST 2007


  User: gavin   
  Date: 07/11/07 23:19:51

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  fix
  
  Revision  Changes    Path
  1.40      +2 -1      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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- components.xml	8 Nov 2007 03:39:42 -0000	1.39
  +++ components.xml	8 Nov 2007 04:19:51 -0000	1.40
  @@ -4,6 +4,7 @@
               xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:drools="http://jboss.com/products/seam/drools"
  +            xmlns:captcha="http://jboss.com/products/seam/captcha"
               xmlns:web="http://jboss.com/products/seam/web"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  @@ -39,7 +40,7 @@
       <persistence:managed-persistence-context name="entityManager" auto-create="true"
                   persistence-unit-jndi-name="java:/seamspaceEntityManagerFactory"/>
       
  -    <captcha:captcha-image engine-name="com.octo.captcha.engine.image.gimpy.BasicListGimpyEngine"/>
  +    <captcha:captcha-image engine-name="com.octo.captcha.engine.image.gimpy.SimpleListImageCaptchaEngine"/>
       
       <event type="org.jboss.seam.notLoggedIn">
           <action execute="#{redirect.captureCurrentView}"/>
  
  
  



More information about the jboss-cvs-commits mailing list