Closed GoogleCodeExporter closed 8 years ago
For debug purpose, please post 2 java files com.example.client.rpc.LoginService
and com.example.shared.dto.request.LoginRequest?
Thanks,
Original comment by gwtdevel...@gmail.com
on 19 Sep 2011 at 12:32
The code is proprietary so I can't post it here - I'll try to prepare a simple
example where the problem occurs.
The service method is very simple, because it delegates to a Session Bean (EJB
3.0). The class extends GwtRpcCommLayerServlet.
LoginRequest and LoginResponse are simple beans (they only have properties,
getter/setters and an empty constructor). They both extend base classes called
Request and Responde, respectively (some of the properties are common to all
beans). I think this inheritance is the problem, but I'm not sure.
Original comment by muri...@gmail.com
on 20 Sep 2011 at 5:32
The more recent versions of GWT and SyncProxy have better inheritance support
and testing, so if this is still a problem, re-advise here. Otherwise this
issue will be closed in about a month.
Original comment by p.pr...@blueesoteric.com
on 29 Dec 2014 at 3:12
No further information provided, assuming resolved, closing
Original comment by p.pr...@blueesoteric.com
on 9 Feb 2015 at 4:39
Original issue reported on code.google.com by
muri...@gmail.com
on 15 Sep 2011 at 12:13