Missing implementation of getGDurationValue for XmlDurationImpl ---------------------------------------------------------------
Key: XMLBEANS-374 URL: https://issues.apache.org/jira/browse/XMLBEANS-374 Project: XMLBeans Issue Type: Bug Components: XmlObject Affects Versions: unspecified Reporter: Brad Stark Priority: Critical Fix For: unspecified a trunk build of XMLBeans, post 2.3.0 release created a regression in parsing/accessing GDuration values. The gDurationValue() method was deprecated in the XmlDuration interface, yet an implementation for the replacement method (getGDurationValue()) is missing from the implementation class JavaGDurationHolderEx. As a result, any call to a node's getGDurationValue() after parsing results in the XmlObjectBase's default implementation (throw an exception). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]