I try to spare you all the details.

I want to call a java function:
foo (String str, BarInterface bar)
with an argument bar of class Bar that implements BarInterface.

The call works fine from Java. But Clojure throws a
ClassCastException.

I never met an error like this and have no idea where to start
debugging here.
As a first starting point:
could this be something generally not working in clojure?

Thank you a lot in advance,
JonnyB

-- 
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