ovidiu      2003/01/08 21:39:11

  Modified:    src/java/org/apache/cocoon cocoon.roles
  Log:
  Added roles for the continuations expiration scheduler.
  
  Revision  Changes    Path
  1.39      +20 -0     xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- cocoon.roles      3 Dec 2002 17:09:14 -0000       1.38
  +++ cocoon.roles      9 Jan 2003 05:39:11 -0000       1.39
  @@ -129,6 +129,26 @@
           shorthand="cache"
           default-class="org.apache.cocoon.caching.impl.CacheImpl"/>
   
  +  <!-- REVISIT: Commet out below when excalibur-component.jar is updated to handle 
non component classes -->
  +  <role name="org.apache.avalon.cornerstone.services.threads.ThreadManager"
  +     shorthand="cornerstone-threadmanager"
  +     
default-class="org.apache.cocoon.components.flow.schedulerwrapper.ThreadManagerComponent"/>
  +
  +  <!-- REVISIT: Uncommet below when excalibur-component.jar is updated to handle 
non-component classes -->
  +  <!-- role name="org.apache.avalon.cornerstone.services.threads.ThreadManager"
  +     shorthand="cornerstone-threadmanager"
  +     
default-class="org.apache.avalon.cornerstone.blocks.threads.DefaultThreadManager"/ -->
  +
  +  <!-- REVISIT: Commet out below when excalibur-component.jar is updated to handle 
non component classes -->
  +  <role name="org.apache.avalon.cornerstone.services.scheduler.TimeScheduler"
  +        shorthand="cornerstone-scheduler"
  +        
default-class="org.apache.cocoon.components.flow.schedulerwrapper.TimeSchedulerComponent"/>
  +
  +  <!-- REVISIT: Un-commet below when excalibur-component.jar is updated to handle 
non-component classes -->
  +  <!-- role name="org.apache.avalon.cornerstone.services.scheduler.TimeScheduler"
  +        shorthand="cornerstone-scheduler"
  +        
default-class="org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler"/ 
-->
  +
     <!-- Sitemap Roles -->
     <role name="org.apache.cocoon.acting.ActionSelector"
           shorthand="actions"
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to