Hi all!
How can i do to extend one transaction to 2 or more Manager (that works in different tables)?
Help
Hi all!
How can i do to extend one transaction to 2 or more Manager (that works in different tables)?
Help
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.Originally Posted by 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.