Re: Getting NullPointerException when trying to get serialized object

2012-10-03 Thread Thierry Boileau
Hello Diego, the common classes between the server and client parts (such as the classes for the bean objects that are serialized/deserialized) must be located in the same packages. The reason is that the serialization/deserialization process leverages conventions, in particular convention

Re: Re: MyStatusService not invoked after MyRepresentation throws exception

2012-10-03 Thread Thierry Boileau
Hello Jim, thanks for the sample code, I understand the issue and have entered a new one in github : https://github.com/restlet/restlet-framework-java/issues/670 . Best regards, Thierry Boileau Thierry - I very much appreciate your reply, but TestApplication does not take into account a

RE: Re: Re: Getting NullPointerException when trying to get serialized object

2012-10-03 Thread Diego Felipe Muñoz Sáez
Thank you very much for your answer. I wanted to know if I could share it in Stackoverflow.com too, because I asked the same question there. Regards, Diego -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3011973