Archana Rai created OLINGO-1333: ----------------------------------- Summary: ODataResponse for delta client throws NPE on Asynchronous calls Key: OLINGO-1333 URL: https://issues.apache.org/jira/browse/OLINGO-1333 Project: Olingo Issue Type: Bug Reporter: Archana Rai
When trying to access response body using res.getBody() NullPointerException is thrown. ODataRetrieveResponse<ClientDelta> res = responseWrapper.getODataResponse(); ClientDelta delta = res.getBody(); -- This message was sent by Atlassian JIRA (v7.6.3#76005)