cmailleux 2005/10/12 13:23:35 CEST
Modified files:
core/src/webapp/WEB-INF/etc/spring
applicationcontext-services.xml
Log:
Add Transaction Manager to ImportServices
Revision Changes Path
1.14 +3 -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.13&r2=1.14&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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- applicationcontext-services.xml 10 Oct 2005 10:48:40 -0000 1.13
+++ applicationcontext-services.xml 12 Oct 2005 11:23:35 -0000 1.14
@@ -688,6 +688,9 @@
<bean id="ImportExportService" parent="txProxyTemplate">
<property name="target">
<bean
class="org.jahia.services.importexport.ImportExportBaseService"
parent="jahiaServiceTemplate" factory-method="getInstance">
+ <property name="transactionManager">
+ <ref bean="transactionManager"/>
+ </property>
</bean>
</property>
</bean>