You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@olingo.apache.org by Paul Boldijar <pa...@3sstudio.com> on 2015/03/13 17:09:02 UTC

Entity tracking for get methods

Hello!

My team and I are having a problem with olingo v4.
We see that olingo is generating a patch request, sometimes, when we are
doing get requests.

In the AbstractStructuredInvocationHandler.java class olingo is checking if
the method starts with get, and if so, the getPropertyValue method is
called.

http://s9.postimg.org/d7d2vm5lb/unnamed.png

In that method (getPropertyValue) a function  - addPropertyChanges is called

http://s9.postimg.org/vlnlzlhvz/unnamed_1.png


Will this method be called for both set and get requests? If so, why ?
We think that this is the problem, this is why olingo is generating a lot
of redundant patch requests.

Thanks,
Paul.

RE: Entity tracking for get methods

Posted by "Amend, Christian" <ch...@sap.com>.
Hi Paul,

sorry for not answering right away. Yes we are listening to this mailinglist but we do not always have the time to understand the issue fully and give a well-founded response.

I am not too much involved with the client code so I cannot help you on your issue directly. But if you have a patch that fixes your issue and does not break our existing unit and integration tests I see no reason not to apply your patch.

The best way to contribute is to open a JIRA issue here: https://issues.apache.org/jira/browse/OLINGO/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel

Give a short description and attach your patch. Then someone can apply the patch to the repository or ask questions about the specific changes in the patch.

Does this help your case?

Best Regards,
Christian

From: Paul Boldijar [mailto:paul.boldijar@3sstudio.com]
Sent: Donnerstag, 19. März 2015 14:24
To: user@olingo.apache.org
Subject: Re: Entity tracking for get methods

Hey, someone here?
Sorry for insisting, but we are trying to make a patch for this issue.


Thanks,
Paul

Re: Entity tracking for get methods

Posted by Paul Boldijar <pa...@3sstudio.com>.
Hey, someone here?
Sorry for insisting, but we are trying to make a patch for this issue.


Thanks,
Paul