Results 1 to 3 of 3

Thread: extends one transaction to many manager

  1. #1
    Join Date
    Jun 2005
    Location
    Italy
    Posts
    16

    Default extends one transaction to many manager

    Hi all!
    How can i do to extend one transaction to 2 or more Manager (that works in different tables)?

    Help

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Are the managers effectively DAOs? If so you can add a service layer that uses both managers, and wrap the transactional proxy around that.

  3. #3
    Join Date
    Jun 2005
    Location
    Italy
    Posts
    16

    Default

    Quote Originally Posted by katentim
    Are the managers effectively DAOs? If so you can add a service layer that uses both managers, and wrap the transactional proxy around that.
    Thanks for your reply, katentim.

    I've create a Top manager that uses all submanagers, but not work. :shock:

    See it http://forum.springframework.org/showthread.php?t=15508

    It seems me ok, but it not rollback the entire transaction. :cry: :cry: :cry: :cry:

    Have you any idea?

    Thanks
    Last edited by robyn; May 16th, 2006 at 04:11 AM.

Similar Threads

  1. Unit testing with JOTM and JtaTransactionManager
    By lalle in forum Architecture
    Replies: 1
    Last Post: Oct 15th, 2005, 09:05 AM
  2. newbie question about custom transaction manager
    By jeroenbreedveld in forum Data
    Replies: 6
    Last Post: Sep 28th, 2005, 11:09 AM
  3. Replies: 0
    Last Post: Jun 6th, 2005, 06:22 AM
  4. Replies: 3
    Last Post: Nov 19th, 2004, 07:16 PM
  5. Transaction pb Hibernate/MySQL
    By syluser in forum Data
    Replies: 2
    Last Post: Aug 28th, 2004, 02:40 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
  •