I've spend two hours debugging my application just to realize that "just by
replacing 2.0 M4" jars, the applications works fine. 

Somewhere in my app code, I return a http status, followed by a Xml object,
however in 2.0 M5 the xml object is never returned (the http error status is
returned or an empty xml is returned)

return new JaxbRepresentation<Error>(MediaType.TEXT_XML, error);

I looked at the changelog of M5 and doesn't appear to me that anything has
changed wr JaxbRepresentation

WHAT has changed?
-- 
View this message in context: 
http://n2.nabble.com/2-0-M5-is-broken-tp3731286p3731286.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2401364

Reply via email to