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/09 17:06:04 UTC

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

fabio martelli created OLINGO-353:
-------------------------------------

             Summary: 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
             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)