]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/modules/org.argeo.slc.client.hibernate/META-INF/spring/transaction.xml
Update MANIFEST versions
[gpl/argeo-slc.git] / eclipse / plugins / modules / org.argeo.slc.client.hibernate / META-INF / spring / transaction.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
4 xmlns:tx="http://www.springframework.org/schema/tx"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
8 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
9
10 <!-- AOP Configuration -->
11 <!-- <aop:config> <aop:pointcut id="tableContentMethods" expression="execution(*
12 org.argeo.slc.client.core.TableContent.*(..))" /> <aop:advisor advice-ref="daoAdvice"
13 pointcut-ref="tableContentMethods" /> </aop:config> <tx:advice id="daoAdvice"
14 transaction-manager="transactionManager"> <tx:attributes> <tx:method name="get*"
15 propagation="REQUIRED" read-only="true" /> <tx:method name="*" propagation="REQUIRED"
16 /> </tx:attributes> </tx:advice> -->
17 </beans>