Results 1 to 2 of 2

Thread: XA support

  1. #1
    Join Date
    Feb 2007
    Posts
    1

    Default XA support

    Does Spring have XA support ?

  2. #2
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    Yes. Spring integrates with an XA environment via JTA. JtaTransactionManager is the class you use to connect to your environment's JTA implementation.
    Bill

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •