[controller-dev] Serialization AnyXML

2016-10-11 Thread Rudolf Brisuda -X (rbrisuda - PANTHEON TECHNOLOGIES at Cisco)
Hi, I try to serialize NormalizedNode with AnyXML attribute and I get java.lang.IllegalArgumentException: Unknown value type DOMSource. Is there support for serialization AnyXML? All stack trace is: Caused by: java.lang.IllegalArgumentException: Unknown value type DOMSource at

[controller-dev] Supporting LocalDateTime in DOMEvent

2016-11-02 Thread Rudolf Brisuda -X (rbrisuda - PANTHEON TECHNOLOGIES at Cisco)
Hi, We try to handle with 6 digits milliseconds precision at netconf notification event time but common Date is not enough for this purpose and we are losing precision. For example parsing this time: "2015-10-23T09:42:27.21Z" with SimpleDateFormat causes that 21 milliseconds are added