I need to do the same thing because XFire is writing out a value of 2006-11-01T00:00:00.000Z for an xsd:date field. I need to be able to change this to write out 2006-11-01 since it is defined as xsd:date and not xsd:dateTime. Is there a way to override the default jaxb 2 behavior? Has anyone found a way to do this?
________________________________ From: Sebastien Cesbron [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 9:27 AM To: [email protected] Subject: [xfire-user] Register jaxb 2.0 adapter Hi, I want to do custom conversion to map java.util.Date or another custom type to xs:date. It seems I need an Adapter to do that but I don't know how to register it. Is there any samples on how to customize jaxb2.0 binding ? Seb --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
