Hello! I'm very like Apache Isis project, but have some questions, and hope for help.
First question: Error when using LocalDateTime from Joda (LocalDateTime from java doesn't work too). Is it expeced behaviour? Can I use LocalDateTime? Error throws in listAll and when try to see special tab Audit from layout.xml. But doesn't throw, when display like property of class in collection in special tab. Stack - http://pastebin.com/wAsC5znN Second question: In my application I have requirements to show some dynamic data (in read only table), which structure doesn't provide in compile, so I can't create class with fields. This data doesn't have to be persistence and I suppose to use a List<Map<String, Object>> for that. I tried some implementations of JAXB with map, but without success (dynamic data doesn't show). What is the best way to resolve this issue with Apache Isis? In best regards, Egor Litvinenko.
