Java Technology & XML - null

Hello,

I'm trying to read XML file using JAXB.

The problem is when I'm trying to parse tag that have XML type xs:time I receve a null as XMLGregorianCalendar from this field because it represented as <TimeTag>14:00:00-06:00</TimeTag> without year-month-day. I can read it properly just if I set this tag as <TimeTag>06-02-01T14:00:00-06:00</TimeTag>

How can I read fields that have just time information using JAXB?

[466 byte] By [Vetala] at [2007-11-26 23:03:25]
# 1
any ideas?
Vetala at 2007-7-10 13:55:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
http://www.w3schools.com/schema/schema_dtypes_date.aspxs:time
ethical_anarhista at 2007-7-10 13:55:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
thanks, but following that link we can see that this is a valid time:<Time>14:00:00-06:00</Time>Isn't it?But when I try to read this tag using JAXB a receive null pointer. Somebody read the XML with datatype xs:time using JAXB?
Vetala at 2007-7-10 13:55:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...