cmailleux    2005/08/02 11:12:00 CEST

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationContext-manager.xml 
  Log:
  Add some caches
  
  Revision  Changes    Path
  1.7       +10 -1     
jahia/core/src/webapp/WEB-INF/etc/spring/applicationContext-manager.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationContext-manager.xml.diff?r1=1.6&r2=1.7&f=h
  
  
  
  Index: applicationContext-manager.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationContext-manager.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- applicationContext-manager.xml    29 Jul 2005 16:28:54 -0000      1.6
  +++ applicationContext-manager.xml    2 Aug 2005 09:12:00 -0000       1.7
  @@ -96,6 +96,9 @@
                   <property name="jahiaContainerDefinitionDAO">
                       <ref bean="jahiaContainerDefinitionDAO"/>
                   </property>
  +                <property name="cacheService">
  +                    <ref bean="JahiaCacheService"/>
  +                </property>
               </bean>
           </property>
       </bean>
  @@ -215,6 +218,9 @@
                   <property name="jahiaLinkDAO">
                       <ref bean="jahiaLinkDAO"/>
                   </property>
  +                <property name="cacheService">
  +                    <ref bean="JahiaCacheService"/>
  +                </property>
               </bean>
           </property>
       </bean>
  @@ -272,6 +278,9 @@
                   <property name="jahiaUserDAO">
                       <ref bean="jahiaUserDAO"/>
                   </property>
  +                <property name="cacheService">
  +                    <ref bean="JahiaCacheService"/>
  +                </property>
               </bean>
           </property>
       </bean>
  @@ -421,5 +430,5 @@
                   </property>
               </bean>
           </property>
  -    </bean>
  +    </bean>    
   </beans>
  \ No newline at end of file
  

Reply via email to