taylor      2004/08/02 13:12:46

  Modified:    webapp/WEB-INF/conf/assembly pipelines.xml
  Log:
  disable jetspeed default full pipeline
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.3       +6 -0      jakarta-jetspeed/webapp/WEB-INF/conf/assembly/pipelines.xml
  
  Index: pipelines.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/assembly/pipelines.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pipelines.xml     2 Aug 2004 19:04:27 -0000       1.2
  +++ pipelines.xml     2 Aug 2004 20:12:46 -0000       1.3
  @@ -33,6 +33,7 @@
     <bean id="securityValve"
           class="org.apache.jetspeed.security.impl.SecurityValveImpl"
           init-method="initialize"
  +        lazy-init='true'
     >
      <constructor-arg>
        <ref bean="org.apache.jetspeed.profiler.Profiler" />
  @@ -45,6 +46,8 @@
     <bean id="profilerValve"
           class="org.apache.jetspeed.profiler.impl.ProfilerValveImpl"
           init-method="initialize"
  +        lazy-init='true'
  +        
     >
      <constructor-arg>
        <ref bean="org.apache.jetspeed.profiler.Profiler" />
  @@ -77,6 +80,7 @@
     <bean id="aggregatorValve"
           class="org.apache.jetspeed.aggregator.AggregatorValve"
           init-method="initialize"
  +        lazy-init='true'        
     >
      <constructor-arg>
        <ref bean="org.apache.jetspeed.aggregator.PageAggregator"/>
  @@ -86,6 +90,7 @@
     <bean id="cleanUpValve"
           class="org.apache.jetspeed.pipeline.valve.impl.CleanupValveImpl"
           init-method="initialize"
  +        lazy-init='true'        
     >
      <constructor-arg>
        <ref bean="org.apache.jetspeed.components.persistence.store.PersistenceStore" 
/>        
  @@ -95,6 +100,7 @@
     <bean id="jetspeed-pipeline"
           class="org.apache.jetspeed.pipeline.JetspeedPipeline"
           init-method="initialize"
  +        lazy-init='true'
     >
      <constructor-arg>
        <value>JetspeedPipeline</value>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to