Chris Perkins:

> You may want to dig a little deeper into why reify was not working for you. 
> As far as I can tell, the classes created by reify do have a public, no-arg 
> constructor, as you require:
> 
> user> (-> (reify Runnable (run [_])) type .getConstructors seq)
> (#<Constructor public user$eval1908$reify__1909(clojure.lang.IPersistentMap)> 
> #<Constructor public user$eval1908$reify__1909()>)

I have tried using a patched version of Quartz that did more aggressive 
exception logging and neither the message
nor the stack trace gave any clue. I started to suspect class loader issues 
(Quartz instantiates jobs in a separate
thread) but had no time to prove or disprove this so far.

MK

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to