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)

Reply via email to