[
https://issues.apache.org/jira/browse/AXIS2-5170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagara Gunathunga resolved AXIS2-5170.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
Assignee: Sagara Gunathunga
Fixed in r1362388.
> Empty xs:normalizedString parse and/or serialization error
> ----------------------------------------------------------
>
> Key: AXIS2-5170
> URL: https://issues.apache.org/jira/browse/AXIS2-5170
> Project: Axis2
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.6.1
> Reporter: ilab
> Assignee: Sagara Gunathunga
> Priority: Critical
> Fix For: 1.7.0
>
>
> The object, which is created by axis2 parsing an empty xs:normalizedString
> tag, cannot be serialized as serialize(...) always throws "normalizedString
> cannot be null!!" exception.
> Details:
> When org.apache.axis2.databinding.types.xsd.NormalizedString$Factory.parse()
> method parses an empty xs:normalizedString tag, the following code runs:
> NormalizedString object = new NormalizedString();
> [...]
> object.setNormalizedString(org.apache.axis2.databinding.utils.ConverterUtil.convertToNormalizedString(content));
> Method convertToNormalizedString() returns null for null/empty string values.
> Afterwards, if NormalizedString.serialize(...) is called, it will throw
> "normalizedString cannot be null!!" exception.
> For the full relevant code see for example
> http://www.docjar.com/html/api/org/apache/axis2/databinding/utils/ConverterUtil.java.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]