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.joda.time.format.DateTimeFormatter.printTo(DateTimeFormatter.java:722) at org.joda.time.format.DateTimeFormatter.printTo(DateTimeFormatter.java:535) at org.joda.time.format.DateTimeFormatter.print(DateTimeFormatter.java:671) at org.joda.time.base.AbstractInstant.toString(AbstractInstant.java:424) at org.joda.time.base.AbstractDateTime.toString(AbstractDateTime.java:314) at java.lang.String.valueOf(String.java:2994) at java.lang.StringBuilder.append(StringBuilder.java:131) and found this https://github.com/JodaOrg/joda-time/issues/307 <https://github.com/JodaOrg/joda-time/issues/307> Help is really appreciated. best, Stephan