You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/11/08 07:06:28 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf/assembly pipelines.xml

taylor      2004/11/07 22:06:28

  Modified:    webapp/WEB-INF/conf/assembly pipelines.xml
  Log:
  added profiler valve to add the J1 page to the request in order to support new requirements from nav state
  
  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.7       +10 -12    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- pipelines.xml	8 Nov 2004 05:21:52 -0000	1.6
  +++ pipelines.xml	8 Nov 2004 06:06:28 -0000	1.7
  @@ -20,6 +20,11 @@
           class="org.apache.jetspeed.localization.impl.LocalizationValveImpl"
           init-method="initialize"
     /> 
  +
  +  <bean id="profilerValve"
  +        class="org.apache.jetspeed.fusion.profiler.impl.FusionProfilerValveImpl"
  +        init-method="initialize"
  +  /> 
     
     <bean id="capabilityValve"
           class="org.apache.jetspeed.capabilities.impl.CapabilityValveImpl"
  @@ -41,18 +46,7 @@
           lazy-init='true'
     >
     </bean> 
  -  
  -  <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" />
  -   </constructor-arg>
  -  </bean> 
  -  
  +    
     <bean id="containerValve"
           class="org.apache.jetspeed.container.ContainerValve"
           init-method="initialize"
  @@ -108,6 +102,7 @@
       <list>
       	<ref bean="localizationValve"/>
       	<ref bean="capabilityValve"/>
  +        <ref bean="profilerValve"/>    	    	
           <ref bean="portalURLValve"/>    	
       	<ref bean="securityValve"/>
       	<ref bean="profilerValve"/>
  @@ -130,6 +125,7 @@
       <list>
       	<ref bean="localizationValve"/>
       	<ref bean="capabilityValve"/>
  +        <ref bean="profilerValve"/>    	    	
           <ref bean="portalURLValve"/>    	
       	<ref bean="securityValve"/>    	
       	<ref bean="containerValve"/>
  @@ -149,6 +145,7 @@
       <list>
       	<ref bean="localizationValve"/>
       	<ref bean="capabilityValve"/>
  +        <ref bean="profilerValve"/>    	    	    	
           <ref bean="portalURLValve"/>    	
       	<ref bean="securityValve"/>    	
       	<ref bean="containerValve"/>
  @@ -166,6 +163,7 @@
      </constructor-arg>
      <constructor-arg>
       <list>
  +        <ref bean="profilerValve"/>    	    	    
           <ref bean="portalURLValve"/>    
       	<ref bean="containerValve"/>
       </list>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org