[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2023-10-15 Thread mibo (Jira)


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

mibo updated OLINGO-1307:
-
Fix Version/s: (was: (Java) V4 4.10.0)

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2022-03-09 Thread mibo (Jira)


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

mibo updated OLINGO-1307:
-
Fix Version/s: (Java) V4 4.10.0
   (was: (Java) V4 4.9.0)

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
> Fix For: (Java) V4 4.10.0
>
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2021-01-06 Thread mibo (Jira)


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

mibo updated OLINGO-1307:
-
Fix Version/s: (was: (Java) V4 4.8.0)
   (Java) V4 4.9.0

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
> Fix For: (Java) V4 4.9.0
>
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2019-12-03 Thread mibo (Jira)


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

mibo updated OLINGO-1307:
-
Fix Version/s: (was: (Java) V4 4.7.0)
   (Java) V4 4.8.0

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
> Fix For: (Java) V4 4.8.0
>
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2019-05-04 Thread mibo (JIRA)


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

mibo updated OLINGO-1307:
-
Fix Version/s: (was: (Java) V4 4.6.0)
   (Java) V4 4.7.0

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
> Fix For: (Java) V4 4.7.0
>
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2018-12-10 Thread Michael Bolz (JIRA)


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

Michael Bolz updated OLINGO-1307:
-
Fix Version/s: (was: (Java) V4 4.5.0)
   4.6.0

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
> Fix For: 4.6.0
>
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2018-10-18 Thread Peter Lawrence (JIRA)


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

Peter Lawrence updated OLINGO-1307:
---
Priority: Blocker  (was: Major)

> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Blocker
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OLINGO-1307) OData V4 requests for property and navigationproperty values of complexTypes that are not included in the selected items are ignored

2018-10-09 Thread Peter Lawrence (JIRA)


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

Peter Lawrence updated OLINGO-1307:
---
Description: 
*URL Request*

Unsuccessful:
{code:java}
Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
Successful:
{code:java}
Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
*Steps to reproduce the problem:*
 The OData model contains a complexType, with navigationProperties as values:
{code:java}
 
  

  
  
  ...
  
  ...
 

 
 
 
{code}
 

*Other information*

This was raised originally with the OpenUI5 project as it was thought that the 
$select should have been included in the request. However they have responded 
saying it is indeed not necessary according to the standard: 
[https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])

  was:
*URL Request*

Unsuccessful:
{code:java}
Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
Successful:
{code:java}
Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
*Steps to reproduce the problem:*
 The OData model contains a complexType, with navigationProperties as values:
{code:java}
 
  

  
  
  ...
  
  ...
 

 
 
 
{code}
 

*Other information*

This was raised originally with the OpenUI5 project as it was thought that the 
$select should have been included in the request. However they have responded 
saying it is indeed not necessary according to the 
standard:([https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])


> OData V4 requests for property and navigationproperty values of complexTypes 
> that are not included in the selected items are ignored
> 
>
> Key: OLINGO-1307
> URL: https://issues.apache.org/jira/browse/OLINGO-1307
> Project: Olingo
>  Issue Type: Bug
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Peter Lawrence
>Priority: Major
>
> *URL Request*
> Unsuccessful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$expand=employer/contractEmployer($select=label,subjectId){code}
> Successful:
> {code:java}
> Employee('NWD~ContractEmployee-1')?$select=employer&$expand=employer/contractEmployer($select=label,subjectId){code}
> *Steps to reproduce the problem:*
>  The OData model contains a complexType, with navigationProperties as values:
> {code:java}
>  
>   
> 
>   
>   
>   ...
>   
>   ...
>  
> 
>   Type="Collection(northwind.Shipper)"/>
>   Type="Collection(northwind.Supplier)"/>
>  
> {code}
>  
> *Other information*
> This was raised originally with the OpenUI5 project as it was thought that 
> the $select should have been included in the request. However they have 
> responded saying it is indeed not necessary according to the standard: 
> [https://github.com/SAP/openui5/issues/2235#issuecomment-428106366])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)