I'm trying to communicate with DBus via https://github.com/cathive/fx-dbus 
java lib, but
passing an object which extends java abstract generic inner class 
complains, that it cannot be cast
to parent class:

ClassCastException Cannot cast 
org.freedesktop.dbus.Message$StringMethodArgument to 
[Lorg.freedesktop.dbus.Message$MethodArgument; java.lang.Class.cast 
(Class.java:3258)

Note, that Message$StringMethodArgument inherits from 
Message$MethodArgument.
Full code sample to reproduce here: 
https://gist.github.com/razum2um/432181a0689e5c447b09

P.S. Sorry, if it seems newby, but I'm relatively new to Clojure/JVM world


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to