cmailleux 2005/12/01 12:08:49 CET
Modified files:
core/src/webapp/WEB-INF/etc/spring
applicationcontext-manager.xml
Log:
Modify the manager of the clipbuilder to put them inside transaction
Revision Changes Path
1.11 +18 -0
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.10&r2=1.11&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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- applicationcontext-manager.xml 1 Dec 2005 10:25:19 -0000 1.10
+++ applicationcontext-manager.xml 1 Dec 2005 11:08:49 -0000 1.11
@@ -537,4 +537,22 @@
</bean>
</property>
</bean>
+ <bean id="sqlClipperDefaultConfigurationManager"
parent="txProxyTemplate">
+ <property name="target">
+ <bean
class="org.jahia.clipbuilder.sql.database.hibernate.service.DefaultConfiguationManager">
+ <property name="dao">
+ <ref bean="sqlClipperDefaultConfigurationDAO"/>
+ </property>
+ </bean>
+ </property>
+ </bean>
+ <bean id="htmlClipperDefaultConfigurationManager"
parent="txProxyTemplate">
+ <property name="target">
+ <bean
class="org.jahia.clipbuilder.html.database.hibernate.service.DefaultConfigurationManager">
+ <property name="defaultConfigurationDAO">
+ <ref bean="htmlClipperDefaultConfigurationDAO"/>
+ </property>
+ </bean>
+ </property>
+ </bean>
</beans>
\ No newline at end of file