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

Gavin King gavin.king at jboss.com
Fri Jun 15 01:14:02 EDT 2007


  User: gavin   
  Date: 07/06/15 01:14:02

  Modified:    examples/spring/resources/WEB-INF  components.xml
  Log:
  update examples to jboss embedded
  
  Revision  Changes    Path
  1.15      +2 -2      jboss-seam/examples/spring/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/spring/resources/WEB-INF/components.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- components.xml	14 Jun 2007 23:08:04 -0000	1.14
  +++ components.xml	15 Jun 2007 05:14:02 -0000	1.15
  @@ -19,11 +19,11 @@
       <core:init debug="true"/>
       
       <spring:context-loader/>
  -    <core:ejb installed="@embeddedEjb@" />
       
   	<!-- Install a ThreadPoolDispatcher to handle scheduled asynchronous event -->
   	<core:thread-pool-dispatcher name="threadPoolDispatcher"/>
       
       <!-- Install the SpringDispatcher as default -->
       <spring:task-executor-dispatcher schedule-dispatcher="#{threadPoolDispatcher}" task-executor="#{springThreadPoolTaskExecutor}"/>
  +
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list