[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

RockerRocker do-not-reply at jboss.com
Tue Nov 17 11:37:26 EST 2009


Also to  add, i have a Spring advice 

	<tx:advice id="txAdvice" transaction-manager="txManager">
		<tx:attributes>
			<tx:method name="get*" read-only="true" propagation="SUPPORTS" />
			<tx:method name="find*" read-only="true" propagation="SUPPORTS" />
			<tx:method name="*" propagation="REQUIRED" />
		</tx:attributes>
	</tx:advice>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266142#4266142

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266142



More information about the jboss-user mailing list