Hello,
I am playing with GridGain http://www.gridgain.com from Clojure and I am getting exception related to serialization. >>> Type: org.gridgain.grid.GridException >>> Message: Failed to deserialize object with given class loader: >>> clojure.lang.dynamicclassloa...@667cbde6 (the full stack trace is very long) The method declaration (of GridJobAdapter class) in Java is along the lines: public Serializable execute() { <do stuff> return result} I tried to declare the execute() method as: (#^Serializable execute []) in the GridJobAdapter proxy but it made no difference. Did anyone used GridGain with clojure successfully? Any hint on what to try/do next welcome, as at the moment I am stuck... Kind regards, Vlad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---