On 10 June 2010 22:40, Michael Jaaka <[email protected]> wrote: > Not good, since if database commit fail it is too late for dosync to > rollback. > In fact database commit should somehow cooparate with dosync commit > which is just a case of distributed transaction.
You're right. In which case, I don't believe there's a way to do this without accessing the clojure.lang.LockingTransaction class directly. - James -- 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
