]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.siteserver/bundles/org.argeo.slc.server.hibernate/META-INF/spring/transaction.xml
Fix issue with the ordering of event on the server side.
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / org.argeo.slc.server.hibernate / META-INF / spring / transaction.xml
index 6051065e9bbd71abd93b5344eba1bbda91db9508..7d03b64e1bb9e32c3200034a733546116797957f 100644 (file)
@@ -46,7 +46,7 @@
                        <tx:method name="*" propagation="REQUIRED" />
                </tx:attributes>
        </tx:advice>
-<!-- 
+
        <aop:config>
                <aop:pointcut id="pointcut.services.allMethods"
                        expression="execution(* org.argeo.slc.services.*.*.*(..))" />
        </aop:config>
 
        <tx:advice id="advice.allMethodsRequired"
-               transaction-manager="transactionManager">
+               transaction-manager="hibernateTransactionManager">
                <tx:attributes>
                        <tx:method name="*" propagation="REQUIRED" />
                </tx:attributes>
        </tx:advice>
- -->
+
 </beans>
\ No newline at end of file