There is an old patch that was contributed to the list: http://groups.google.com/group/clojure/browse_thread/thread/aa22a709501a64ac
I'm also interested in this, it would be a nice extension point have without having to patch clojure.core. On Jun 10, 6:58 pm, James Reeves <[email protected]> wrote: > 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
