Hi,

I'm using xfire 1.2.2/JAXB two problems appear with parsing input:

1 - dateTime is accepting by example: 2006-13-28T00:00:00.000, 
     transforming it to 2007-01-28 (it sounds as using setLinient to true)
in
     the parse code.

     Question: is there a way to change this ?

2 - Although the schema specifies nillable="true" for xds:int/long
xsd:dateTime
     xfire is not accepting empty values for this fields
    its returning:

   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>For input string: ""</faultstring>
      </soap:Fault>
   </soap:Body>

   It works Ok with strings

   Is there a way to change these behavior ?


Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Parsing-dateTime%2C-and-nillable-values-tf2728455.html#a7610140
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to