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

Gavin King gavin.king at jboss.com
Tue Jun 19 22:11:30 EDT 2007


  User: gavin   
  Date: 07/06/19 22:11:30

  Modified:    examples/seampay/resources/WEB-INF  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.10      +5 -3      jboss-seam/examples/seampay/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/seampay/resources/WEB-INF/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- components.xml	15 Jun 2007 05:14:00 -0000	1.9
  +++ components.xml	20 Jun 2007 02:11:30 -0000	1.10
  @@ -1,6 +1,8 @@
   <components xmlns:pay="http://jboss.com/products/seam/examples/seampay"
               xmlns:core="http://jboss.com/products/seam/core"
  -            xmlns:framework="http://jboss.com/products/seam/framework">
  +            xmlns:persistence="http://jboss.com/products/seam/persistence"
  +            xmlns:framework="http://jboss.com/products/seam/framework"
  +            xmlns:async="http://jboss.com/products/seam/async">
   
       <pay:payment-home name="paymentHome" 
                         new-instance="#{newPayment}" 
  @@ -25,11 +27,11 @@
                               max-results="20" 
                               entity-manager="#{entityManager}" />
           
  -    <core:managed-persistence-context name="entityManager"
  +    <persistence:managed-persistence-context name="entityManager"
                                         auto-create="true"
                                         persistence-unit-jndi-name="java:/seampayEntityManagerFactory" />
   
  -    <core:timer-service-dispatcher />
  +    <async:timer-service-dispatcher />
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
   
  
  
  



More information about the jboss-cvs-commits mailing list