This question has been flagged
2575 Views

I am trying to read from an object using example at this link. I end up getting an error "java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer" for

Object[] result = (Object[])client.execute("execute", params); line.

I have no idea what is going on. Any help appreciated.

Avatar
Discard