knguyen     2005/08/16 16:11:45 CEST

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationContext-manager.xml 
  Log:
  - cache access to JahiaObject
  
  Revision  Changes    Path
  1.12      +4 -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.11&r2=1.12&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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- applicationContext-manager.xml    16 Aug 2005 08:41:03 -0000      1.11
  +++ applicationContext-manager.xml    16 Aug 2005 14:11:45 -0000      1.12
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
       "http://www.springframework.org/dtd/spring-beans.dtd";>
   
  @@ -404,6 +404,9 @@
                   <property name="jahiaRetentionRuleDAO">
                       <ref bean="jahiaRetentionRuleDAO"/>
                   </property>
  +                <property name="cacheService">
  +                    <ref bean="JahiaCacheService"/>
  +                </property>
               </bean>
           </property>
       </bean>
  

Reply via email to