Hi Michael I'm ery sorry, I've attached the wrong file as patch file. As you might have seen I've corrected it. Now you should be able to use the patch as you are normally doing.
Ciao & thanks 2014-12-04 15:01 GMT+01:00 Michael Bolz (JIRA) <[email protected]>: > > [ > https://issues.apache.org/jira/browse/OLINGO-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234213#comment-14234213 > ] > > Michael Bolz commented on OLINGO-483: > ------------------------------------- > > Hi [~giacomo], > > unfortunately I was not able to apply your patch. > Can you tell me which format it is or provide another patch in default > _diff_ format. > > [~chandan.v.a]: Can you please take a look into this issue too? > > Kind regards, > Michael > > > Expanding expanded entity shows wrong results > > --------------------------------------------- > > > > Key: OLINGO-483 > > URL: https://issues.apache.org/jira/browse/OLINGO-483 > > Project: Olingo > > Issue Type: Bug > > Components: odata2-jpa > > Affects Versions: V2 2.0.1 > > Reporter: Giacomo Pati > > Assignee: Michael Bolz > > Priority: Critical > > Fix For: V2 2.0.2 > > > > Attachments: > .0001-OLINGO-483-Possible-patch-for-mentioned-Jira-issue-n.patch.swp > > > > > > The following 2 queries, although equivalent in my understanding, > deliver different results and both of them are incomplete: > > # > http://localhost:8080/SalesOrderProcessing.svc/SalesOrderItems?$expand=SalesOrderHeaderDetails,SalesOrderHeaderDetails/CustomerDetails,SalesOrderHeaderDetails/NoteDetails > > # > http://localhost:8080/SalesOrderProcessing.svc/SalesOrderItems?$expand=SalesOrderHeaderDetails,SalesOrderHeaderDetails/NoteDetails,SalesOrderHeaderDetails/CustomerDetails > > In 1. NoteDetails and in 2. query CustomerDetails are missing > > I've debugged alot but could find where the bug actually is. I believe > it's somewhere in the line between 102-113 in class > DataJPAResponseBuilderDefault > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > -- Giacomo
