What steps will reproduce the problem?
1. create Service interface which will return List of some POJOs
2. call it with JsonRpcHttpClient
3. try to iterate over the list and print this POJO
What is the expected output? What do you see instead?
Expected: String representation of POJO
I see instead: java.lang.ClassCastException: java.util.LinkedHashMap cannot be
cast to POJO
What version of the product are you using? On what operating system?
0.28
Original issue reported on code.google.com by pavel.finkelshtein on 8 Apr 2013 at 3:45
Original issue reported on code.google.com by
pavel.finkelshtein
on 8 Apr 2013 at 3:45