[
https://issues.apache.org/jira/browse/OLINGO-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bolz resolved OLINGO-970.
---------------------------------
Resolution: Fixed
Fixed with [this
commit|https://git1-us-west.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=9d06c3228bd483a281392f56632bb767ff53c514].
> Post operation fails when null value is passed in the payload
> -------------------------------------------------------------
>
> Key: OLINGO-970
> URL: https://issues.apache.org/jira/browse/OLINGO-970
> Project: Olingo
> Issue Type: Bug
> Components: odata2-jpa
> Affects Versions: V2 2.0.6
> Reporter: Shankara
> Assignee: Michael Bolz
> Labels: bug
> Fix For: V2 2.0.8
>
> Attachments: 0001-null-check-for-Complex-Type-value.patch
>
>
> Hi,
> When passed null value (in JSON payload) or empty tag (in XML payload) for
> the value of a Complex Type the call to the post fails throwing null pointer
> exception in setComplexProperty method for the variable propertyValue. Can we
> add a null check here so that the call doesn't fail.
> Please refer to the patch attached.
> Example: JSON Payload
> ...
> ComplexType: null,
> ....
> XML Payload
> ...
> <ComplexType />
> ...
> Thanks & Regards
> Shankara G
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)