Hello Fabian,
>So I guess I can just ommit the final DomRepresentation ... line.
Actually, as you need to access the DOM nodes, you still have to wrap the given
instance of InputRepresentation.
And as you rely on the XML extension, which provides is own converter, I think
you can try :
public Representation propfind(DomRepresentation reqrep) throws
ResourceException {
}
>Maybe the empty parameters signature is confusing the content negotiation
>logic for the annotated method handler somehow?
Yes, this is the point. When using annotations which rely on an entity, it's
warmly recommended (and even mandatory) to have a parameter in the annotated
java method.
Best regards,
Thierry Boileau
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2656741