ConverterService behavior differs on GET and PUT

2012-03-20 Thread Michael Henderson
I am using Restlet v2.1m3. I recently began working on adding JSON as an available media type on top of existing XML functionality through JAXB. While I have had no real issues with GET calls Accepting application/json, PUT calls seem to be ignoring the availability of the Jackson converter. E

RE: XStream and time formats

2012-03-20 Thread Bjorn Roche
I still don't know what the difference between my test and server environments was, but for whatever reason on the server my persistence system was storing my Date objects as java.sql.timestamp and my loca environment was using java.util.Date. The problem, then is that ISO8601DateConverter only

Patched Restlet in Nexus?

2012-03-20 Thread Tal Liron
Would anybody on the list happen to know the story behind the patched version of Restlet 1.1.6 that's included in Nexus 2.0.2? It is marked version "1.1.6-SONATYPE-5348-V4". >From what I can tell, they were trying to solve a problem with the Apache HTTP >Client extension (they patched that libr

getStatus doesn't get invoked in subclass of statusService

2012-03-20 Thread Steve Teng
I am using restlet 2.1RC3 and using spring to manage beans. so my spring restful config looks like this: // this is the status bean injected in xxxComponent public class xxxStatusService extends StatusService { @Override