3
<bean id="transactionManager" 
    class="org.springframework.jdbc.datasource.SpringTransactionManager"> 
    <property name="dataSource" ref="dataSource" />
    <property name="globalRollbackOnParticipationFailure" value="false" />
 </bean>

Can anyone help me to figure out that how "globalRollbackOnParticipationFailure" property works in different scenarios??

meet_paija
  • 51
  • 7

0 Answers0