On Dec 31 2011, 9:26 pm, Michael Jaaka <[email protected]> wrote: > Is there any attempt to make distributed transactions? > The usage scenario is the same like in JEE apps. > I mean, there is a web service call, the transaction is started, there > are some changes to db, some jms sends and when there is no failure > all is commited.
Did you look at JOTM? http://jotm.ow2.org/xwiki/bin/view/Main/WebHome You can wrap the Java calls with Clojure. Regards, Shantanu -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
