taylor      2004/09/17 13:04:54

  Modified:    portal/src/webapp/WEB-INF/assembly page-manager.xml
                        jetspeed-spring.xml jetspeed.groovy
  Log:
  decoupled profiler from page manager
  created new profiler module
  implementation by Randy Watler
  
  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.2       +2 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/page-manager.xml
  
  Index: page-manager.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/page-manager.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page-manager.xml  3 Sep 2004 13:28:30 -0000       1.1
  +++ page-manager.xml  17 Sep 2004 20:04:53 -0000      1.2
  @@ -76,6 +76,7 @@
           <constructor-arg index="0"><ref bean="IdGenerator"/></constructor-arg>
           <constructor-arg index="1"><ref 
bean="DocumentHandlerFactory"/></constructor-arg>
           <constructor-arg index="2"><ref bean="FolderHandler"/></constructor-arg>
  +        <constructor-arg index="3"><value>true</value></constructor-arg>
     </bean>
   
  -</beans>
  \ No newline at end of file
  +</beans>
  
  
  
  1.13      +1 -2      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml
  
  Index: jetspeed-spring.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed-spring.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jetspeed-spring.xml       16 Sep 2004 21:29:11 -0000      1.12
  +++ jetspeed-spring.xml       17 Sep 2004 20:04:53 -0000      1.13
  @@ -146,7 +146,6 @@
           class="org.apache.jetspeed.profiler.impl.JetspeedProfiler"
     >             
           <constructor-arg ><ref 
bean="org.apache.jetspeed.components.persistence.store.PersistenceStore"/></constructor-arg>
  -        <constructor-arg ><ref 
bean="org.apache.jetspeed.page.PageManager"/></constructor-arg>          
     </bean>
     
     <!-- Capabillites -->
  @@ -403,4 +402,4 @@
       <property 
name="location"><value>file:///${applicationRoot}/WEB-INF/conf/jetspeed.properties</value></property>
     </bean>  
     
  -</beans>
  \ No newline at end of file
  +</beans>
  
  
  
  1.47      +1 -1      
jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed.groovy
  
  Index: jetspeed.groovy
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/assembly/jetspeed.groovy,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- jetspeed.groovy   22 Jul 2004 23:38:39 -0000      1.46
  +++ jetspeed.groovy   17 Sep 2004 20:04:53 -0000      1.47
  @@ -293,7 +293,7 @@
   container.registerComponentImplementation(
                          Profiler, 
                          JetspeedProfiler, 
  -                       doParams([cmpParam(PersistenceStore), cmpParam(PageManager)])
  +                       doParams([cmpParam(PersistenceStore)])
   )
   
   /* **********************************************************
  
  
  

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

Reply via email to