ConverterUtil.getAnyTypeObject can throw NPE when attributeNameSpace is null.
-----------------------------------------------------------------------------
Key: AXIS2-4019
URL: https://issues.apache.org/jira/browse/AXIS2-4019
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Affects Versions: 1.4.1
Reporter: Kevin Ruland
org.apache.axis2.databinding.utils.ConverterUtil.getAnyTypeObject() can throw a
NPE when the type attribute of the xsd type is null. At line 1521, change
attributeNameSpace.equals(Constants.XSD_NAMESPACE) to
Constants.XSD_NAMESPACE.equals(attributeNameSpace) to fix.
--
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]