Results 1 to 3 of 3

Thread: Multiple data sources

  1. #1
    Join Date
    Aug 2004
    Location
    Liège, Belgique
    Posts
    47

    Default Multiple data sources

    In a stand-alone application, I have multiple JDBC data sources.
    How can I have transactions surrounding theses data sources ?

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    You can use org.springframework.transaction.jta.JtaTransaction Manager as your transaction Manager, with a distributed transaction manager like JTOM.
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Aug 2004
    Location
    Liège, Belgique
    Posts
    47

    Default

    Is there any sample doing this ?
    How to inject JOTM ? Using beans ?

Similar Threads

  1. Replies: 3
    Last Post: Dec 27th, 2009, 10:11 PM
  2. Single dao to multiple data sources
    By borgra in forum AOP
    Replies: 2
    Last Post: Jun 1st, 2005, 07:51 AM
  3. Multiple Data Sources + Hibernate + Spring
    By joeserel in forum Data
    Replies: 2
    Last Post: May 18th, 2005, 09:22 AM
  4. Multiple data sources in Spring
    By Yeshaswi in forum Data
    Replies: 1
    Last Post: May 4th, 2005, 04:34 AM
  5. Replies: 3
    Last Post: Apr 21st, 2005, 03:19 PM

Posting Permissions

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