Francesco Chicchiriccò created OLINGO-369: ---------------------------------------------
Summary: Review client proxy exception handling Key: OLINGO-369 URL: https://issues.apache.org/jira/browse/OLINGO-369 Project: Olingo Issue Type: Sub-task Components: odata4-client Reporter: Francesco Chicchiriccò Fix For: V4 0.1.0 Add specific configuration support for ["continue on error"|http://docs.oasis-open.org/odata/odata/v4.0/os/part1-protocol/odata-v4.0-os-part1-protocol.html#_Toc372793627], then change {{PersistenceManage#flush}} into {code} List<Exception> flush(); {code} where the resulting list will contain, either for transactional (i.e. batch) and non-transactional operations, for each item, null if no exception was raised or the actual exception instance. -- This message was sent by Atlassian JIRA (v6.2#6252)