Dan, I discovered the issue is that one of my attributes called Created is empty in my request. If I remove it or it has a value, it works.
From: Daniel Kulp [via CXF] [mailto:[email protected]] Sent: Friday, April 26, 2013 11:21 AM To: Eisenstein, Daniel (IP&Science) Subject: Re: Unmarshall Error associated with CXF 2.7.4 with datatype.XMLGregorianCalendarImpl Can you double check what version of xerces you are picking up on the classpath? Try a newer version? Possibly even remove Xerces entirely and rely on what's in the JDK? Dan On Apr 26, 2013, at 10:58 AM, Deisenstein <[hidden email]</user/SendEmail.jtp?type=node&node=5726840&i=0>> wrote: > There is no issue using CXF 2.1.4 I am looking to upgrade to the most recent > version. No change in my wsdl. Has anyone else observed this error? Found > a solution? > > at > org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:795) > ... 27 more > Caused by: javax.xml.bind.UnmarshalException: > - with linked exception: > [java.lang.IllegalArgumentException: ] > at > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:616) > at > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleError(UnmarshallingContext.java:645) > at > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleError(UnmarshallingContext.java:641) > at > com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13.parse(RuntimeBuiltinLeafInfoImpl.java:548) > at > com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13.parse(RuntimeBuiltinLeafInfoImpl.java:625) > at > com.sun.xml.bind.v2.runtime.FilterTransducer.parse(FilterTransducer.java:80) > at > com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl.parse(TransducedAccessor.java:241) > at > com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader.startElement(StructureLoader.java:202) > at > com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader.startElement(ProxyLoader.java:55) > at > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:455) > at > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:433) > at > com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:275) > at > com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:209) > at > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:360) > ... 33 more > Caused by: javax.xml.bind.UnmarshalException: > - with linked exception: > [java.lang.IllegalArgumentException: ] > ... 47 more > Caused by: java.lang.IllegalArgumentException: > at > org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl$Parser.parseBigInteger(Unknown > Source) > at > org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl$Parser.parse(Unknown > Source) > at org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl.<init>(Unknown > Source) > at > org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl.newXMLGregorianCalendar(Unknown > Source) > at > com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13.parse(RuntimeBuiltinLeafInfoImpl.java:546) > ... 43 more > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Unmarshall-Error-associated-with-CXF-2-7-4-with-datatype-XMLGregorianCalendarImpl-tp5726836.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [hidden email]</user/SendEmail.jtp?type=node&node=5726840&i=1> - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com ________________________________ If you reply to this email, your message will be added to the discussion below: http://cxf.547215.n5.nabble.com/Unmarshall-Error-associated-with-CXF-2-7-4-with-datatype-XMLGregorianCalendarImpl-tp5726836p5726840.html To unsubscribe from Unmarshall Error associated with CXF 2.7.4 with datatype.XMLGregorianCalendarImpl, click here<http://cxf.547215.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5726836&code=ZGFuaWVsLmVpc2Vuc3RlaW5AdGhvbXNvbnJldXRlcnMuY29tfDU3MjY4MzZ8OTY3NTk0NjEz>. NAML<http://cxf.547215.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://cxf.547215.n5.nabble.com/Unmarshall-Error-associated-with-CXF-2-7-4-with-datatype-XMLGregorianCalendarImpl-tp5726836p5726858.html Sent from the cxf-user mailing list archive at Nabble.com.
