Overnight "The response could not be deserialized"

2010-02-10 Thread Nicolas Gramlich
Hi guys, I have a pretty strange problem. I have a rather simply GAE-App, located here: http://3.latest.honstatslogger.appspot.com/ (I'll try to keep that version so the bug can be inspected in the future) There are two methods on the RPC-Class and one is performing normally: # void a

Re: Overnight "The response could not be deserialized"

2010-02-11 Thread Nicolas Gramlich
Btw, everything works perfectly, when being in the Development-Mode. Any ideas? On 9 Feb., 23:29, Nicolas Gramlich wrote: > Hi guys, > > I have a pretty strange problem. I have a rather simply GAE-App, > located here:http://3.latest.honstatslogger.appspot.com/(I'll try to >

Re: Overnight "The response could not be deserialized"

2010-02-11 Thread Nicolas Gramlich
(result) That leads to jdoFlags == 0 and jdoStateManager == null. I assume that as correct? Any ideas what the actual problem could be and how to fix it? Best Regards, Nicolas On 9 Feb., 23:29, Nicolas Gramlich wrote: > Hi guys, > > I have a pretty strange problem. I have a rather simpl

Re: Overnight "The response could not be deserialized"

2010-02-11 Thread Nicolas Gramlich
Got it working againg. Solved this _either_ by creating a Data Transfer Object (DTO with identical fields) _or_ by using the 1.3.1 AppEngine SDK which was released today. Best Regards, Nicolas Gramlich On 11 Feb., 14:25, Nicolas Gramlich wrote: > [Btw, everything works perfectly, when being