Joined: Wed Sep 28, 2005 11:07 am Posts: 4 Location: Imola, Italy
|
Hi,
I use Hibernate 3.0.5.
I read a timestamp data type from the db.
By session.getSession(EntityMode.DOM4J) I have a xml data rappresentation.
When I generate the xml file the date rappresentation is like this:
<mydate>2005-09-12 00:00:00</mydate>;
this isn't a right XML DateTime data type.
By debug I have seen that the internal rappresentation is similar.
The right XML rappresentation is:
<mydate>2005-09-12T00:00:00</mydate>;
Thank you for help
Stefano
|
|