Spring 2.5 after version
<bean id= "TransactionManager" class= "Org.springframework.transaction.jta.WebSphereUowTransactionManager"/>
Spring 2.0.X version
<bean id= "TransactionManager" class= "Org.springframework.transaction.jta.JtaTransactionManager" > < Property Name= "Autodetecttransactionmanager" value= "false"/> </bean>
This configuration supports a set of restricted transaction properties, excluding Propagation_not_supported and propagation_requires_new. The Spring class Org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean also claims to provide propagation_not_ The supported and Propagation_requires_new feature, which uses an unsupported internal WebSphere application Server interface, should not be associated with the WebSphere application server Use.
Reference article http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html
Http://www.ibm.com/developerworks/cn/websphere/techjournal/0609_alcott/0609_alcott.html