mcardle     2005/08/18 18:29:52 CEST

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationcontext-services.xml 
  Log:
  updates for ESI support
  
  Revision  Changes    Path
  1.3       +6 -0      
jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-services.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-services.xml.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: applicationcontext-services.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-services.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- applicationcontext-services.xml   18 Aug 2005 12:26:53 -0000      1.2
  +++ applicationcontext-services.xml   18 Aug 2005 16:29:52 -0000      1.3
  @@ -523,6 +523,12 @@
               </bean>
           </property>
       </bean>
  +    <bean id="EsiService" parent="txProxyTemplate">
  +        <property name="target">
  +            <bean class="org.jahia.services.esi.EsiService" 
factory-method="getInstance">
  +            </bean>
  +        </property>
  +    </bean>
       <bean id="TimeBasedPublishingService" parent="txProxyTemplate">
           <property name="target">
               <bean 
class="org.jahia.services.timebasedpublishing.TimeBasedPublishingImplService" 
factory-method="getInstance">
  

Reply via email to