Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-21
-
Fix Version/s: 1.0
-
Component/s: modello-plugin-dom4j, modello-plugin-xpp3
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
XPP3 generated readers/writers consider a Date as a long
Dom4J generated readers/writers consider a Date as a Date formatted by DateFormat.getDateTimeInstance( DateFormat.FULL, DateFormat.FULL , Locale.US )
an XML document with a Date generated by XPP3 writer can't be read by a reader generated by Dom4j...
Issue Links
- depends upon
-
MODELLO-127
Dom4j plugin should support xml.format attribute
-
- is related to
-
MODELLO-178
add xml.format="long" option to read/write a date field as a long value
-
problem shown in r953