n<bean
id=“service" class=“org.springframework.transaction.interceptor.TransactionProxyFactoryBean"/>
n <property name="target">
n <ref
local="serviceTarget"/>
n </property>
n <property
name="transactionManager">
n <ref
local="localTransactionManager"/>
n </property>
n <property
name="transactionAttributes">
n <props>
n <prop key="do*">
n
PROPAGATION_REQUIRED,-ServiceWithdrawnException
n </prop>
n </props>
n </property>
n</bean>
n
n