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

Gavin King gavin.king at jboss.com
Tue Jun 19 23:26:45 EDT 2007


  User: gavin   
  Date: 07/06/19 23:26:45

  Modified:    examples/quartz/resources/WEB-INF  components.xml
  Log:
  use ns
  
  Revision  Changes    Path
  1.4       +2 -2      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	20 Jun 2007 02:11:29 -0000	1.3
  +++ components.xml	20 Jun 2007 03:26:45 -0000	1.4
  @@ -1,5 +1,6 @@
   <components xmlns:pay="http://jboss.com/products/seam/examples/quartz"
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:async="http://jboss.com/products/seam/async"
               xmlns:framework="http://jboss.com/products/seam/framework"
               xmlns:persistence="http://jboss.com/products/seam/persistence">
   
  @@ -31,8 +32,7 @@
                                         persistence-unit-jndi-name="java:/seampayEntityManagerFactory" />
   
       <!-- Install the QuartzDispatcher -->
  -    <component name="org.jboss.seam.async.dispatcher" 
  -               class="org.jboss.seam.async.QuartzDispatcher"/>
  +    <async:quartz-dispatcher/>
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
   
  
  
  



More information about the jboss-cvs-commits mailing list