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

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


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

  Modified:    examples/quartz/resources/WEB-INF  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.3       +5 -3      jboss-seam/examples/quartz/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/quartz/resources/WEB-INF/components.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	15 Jun 2007 05:13:11 -0000	1.2
  +++ components.xml	20 Jun 2007 02:11:29 -0000	1.3
  @@ -1,6 +1,7 @@
   <components xmlns:pay="http://jboss.com/products/seam/examples/quartz"
               xmlns:core="http://jboss.com/products/seam/core"
  -            xmlns:framework="http://jboss.com/products/seam/framework">
  +            xmlns:framework="http://jboss.com/products/seam/framework"
  +            xmlns:persistence="http://jboss.com/products/seam/persistence">
   
       <pay:payment-home name="paymentHome" 
                         new-instance="#{newPayment}" 
  @@ -25,12 +26,13 @@
                               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" />
   
       <!-- Install the QuartzDispatcher -->
  -    <component name="org.jboss.seam.core.dispatcher" class="org.jboss.seam.core.QuartzDispatcher"/>
  +    <component name="org.jboss.seam.async.dispatcher" 
  +               class="org.jboss.seam.async.QuartzDispatcher"/>
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
   
  
  
  



More information about the jboss-cvs-commits mailing list