[xstream-user] Re: weird problems deserializing

2014-01-25 Thread Jörg Schaible
Hi Jason, Jason Novotny wrote: Hi, I'm having an extreely strange problem where I run a unit test on my Mac that works fine but the identical code on a linux server produces an xstream related error: testInrixAuthentication(.service.inrix.InrixServiceTest): Could not read [class

Re: [xstream-user] Re: weird problems deserializing

2014-01-25 Thread Jason Novotny
Hi Jorg, Thanks a lot-- that helped! Just for reference I fixed my problem by not using auto-detect mode, and explicitly calling processAnnotations. Jason On 1/25/14, 7:06 AM, Jörg Schaible wrote: Hi Jason, Jason Novotny wrote: Hi, I'm having an extreely strange problem where I run a

[xstream-user] Re: weird problems deserializing

2014-01-24 Thread Jason Novotny
Also, the full stack trace is: org.springframework.http.converter.HttpMessageNotReadableException: Could not read [class com.foo.service.inrix.auth.InrixGetSecurityTokenResponse]; nested exception is org.springframework.oxm.UnmarshallingFailureException: XStream unmarshalling exception;