Hi Jerome,
Great to hear that.
We were also having problem with incoming entities. To give an example:
SomeServerResource {
@Post void postIdSet(IdSet idSet) {
// code here
}
}
An empty IdSet is serialized to an empty entity (byte[0]). We'd expect
the converter service to deserialize the entity back to an empty IdSet,
but that converter is never invoked and restlet passes <null> for the
idSet parameter instead.
I've posted a related question to this list some time ago, see
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2950796
Looking at the code in GitHub, I don't think that this has been fixed
yet. Could you have a look?
Cheers,
Arjohn
On 06/03/2014 20:20, Jerome Louvel wrote:
> Hi Arjohn,
>
> We had another report for this issue that we just fixed:
> https://github.com/restlet/restlet-framework-java/issues/848
>
> It will be part of 2.2 RC4 due early next week. Let us know if it
> works for you.
>
> Best regards,
> Jerome
>
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3074126