Re: Problem with JodaTime

2017-01-01 Thread Stephan Epping
Hi Robert, thanks for the fast response. The following line fixed the problem (maybe a good topic for the docs), because I thought JodaTime is supported out of the box. Buts I think thats only the case with the JacksonParser. this.env.addDefaultKryoSerializer(DateTime.class, JodaDateTimeSeriali

Re: Problem with JodaTime

2016-12-24 Thread Robert Metzger
Hi Stephan, Can you post the list of fields in the POJO and the full exception (so that I can see which serializer is being used). In general, to fix such an issue, you have to implement a custom serializer for the field that is causing the issues. On Thu, Dec 22, 2016 at 3:44 PM, Stephan Epping

Problem with JodaTime

2016-12-22 Thread Stephan Epping
Hi, I noticed the following Problem with a POJO I use to encapsulate Values. java.lang.NullPointerException at org.joda.time.tz.CachedDateTimeZone.getInfo(CachedDateTimeZone.java:143) at org.joda.time.tz.CachedDateTimeZone.getOffset(CachedDateTimeZone.java:103) at org.j