You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "fabio martelli (JIRA)" <ji...@apache.org> on 2014/07/17 09:48:04 UTC

[jira] [Resolved] (OLINGO-353) Patch after Post will get error

     [ https://issues.apache.org/jira/browse/OLINGO-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fabio martelli resolved OLINGO-353.
-----------------------------------

    Resolution: Fixed

> Patch after Post will get error
> -------------------------------
>
>                 Key: OLINGO-353
>                 URL: https://issues.apache.org/jira/browse/OLINGO-353
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-client
>    Affects Versions: V4 0.1.0
>            Reporter: fabio martelli
>            Assignee: fabio martelli
>             Fix For: V4 0.1.0
>
>
> // Create a new message in Drafts folder.
> Message msg = service.getMessages().newMessage();
> service.flush();
> // Update the message and set to “High” Importance.
> msg.setImportance(Importance.High);
> service.flush();
> The second flush will fail 



--
This message was sent by Atlassian JIRA
(v6.2#6252)