Spring JTA TransactionManager configuration in WebSphere application Server V6.0.2.19 and later versions

Source: Internet
Author: User
Tags websphere application server

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.