[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2023-12-18 Thread mibo (Jira)


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

mibo updated OLINGO-1268:
-
Fix Version/s: (Java) V4 5.0.1
   (was: Version (Java) V4 5.0.0)

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 5.0.1
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2023-10-22 Thread mibo (Jira)


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

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

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: Version (Java) V4 5.0.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2022-03-09 Thread mibo (Jira)


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

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

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 4.10.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2021-01-06 Thread mibo (Jira)


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

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

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 4.9.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2019-12-03 Thread mibo (Jira)


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

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

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 4.8.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2019-05-04 Thread mibo (JIRA)


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

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

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 4.7.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2018-12-10 Thread Michael Bolz (JIRA)


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

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

> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: 4.6.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>   "Id":1
>  
> }]
>
>   }
> *5]Reseponse(but not given the error message for navigation property)*
> {
> "@odata.context": "$metadata#Aentity",
> "Id": 1,
> "Name": "A"
> }



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


[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2018-05-31 Thread Dattatray (JIRA)


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

Dattatray updated OLINGO-1268:
--
Description: 
*Olingo gives error message for non-nullable simple property of entity but not 
navigationProperty*

**1]Following is metadata*   

 http://docs.oasis-open.org/odata/ns/edm;>
  

  





  
  

  





  
  

  


*2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
in the following body i don't given the "Name" property of entity A
 {
"Id":1,

"B":[{
"Id":1,
"Name": "B"
}]
   
  }
*3]Response(It gives error for missing property of entity A) *
  {
"error": {
"code": null,
"message": "The non-nullable property 'Name' is missing."
}
}

*4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
In following body i don't given the "Name" property of navigationProperty B
 {
"Id":1,
"Name": "A",
"B":[{
"Id":1
   
}]
   
  }
*5]Reseponse(but not given the error message for navigation property)*
{
"@odata.context": "$metadata#Aentity",
"Id": 1,
"Name": "A"
}

  was:
*Olingo gives error message for non-nullable simple property of entity but not 
navigationProperty*

**1]Following is metadata*   

 http://docs.oasis-open.org/odata/ns/edm;>
  

  





  
  

  





  
  

  


*2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
in the following body i don't given the "Name" property of entity A
 {
"Id":1,

"B":[{
"Id":1,
"Name": "B"
}]
   
  }
**3]Response(It gives error for missing property of entity A)  **
  {
"error": {
"code": null,
"message": "The non-nullable property 'Name' is missing."
}
}

*4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
In following body i don't given the "Name" property of navigationProperty B
 {
"Id":1,
"Name": "A",
"B":[{
"Id":1
   
}]
   
  }
*5]Reseponse(but not given the error message for navigation property)*
{
"@odata.context": "$metadata#Aentity",
"Id": 1,
"Name": "A"
}


> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 4.5.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> *3]Response(It gives error for missing property of entity A) *
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>  

[jira] [Updated] (OLINGO-1268) Olingo don't give error message like "The non-nullable property is missing" for navigationProperty

2018-05-31 Thread Dattatray (JIRA)


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

Dattatray updated OLINGO-1268:
--
Description: 
*Olingo gives error message for non-nullable simple property of entity but not 
navigationProperty*

**1]Following is metadata*   

 http://docs.oasis-open.org/odata/ns/edm;>
  

  





  
  

  





  
  

  


*2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
in the following body i don't given the "Name" property of entity A
 {
"Id":1,

"B":[{
"Id":1,
"Name": "B"
}]
   
  }
**3]Response(It gives error for missing property of entity A)  **
  {
"error": {
"code": null,
"message": "The non-nullable property 'Name' is missing."
}
}

*4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
In following body i don't given the "Name" property of navigationProperty B
 {
"Id":1,
"Name": "A",
"B":[{
"Id":1
   
}]
   
  }
*5]Reseponse(but not given the error message for navigation property)*
{
"@odata.context": "$metadata#Aentity",
"Id": 1,
"Name": "A"
}

  was:
*Olingo gives error message for non-nullable simple property of entity but not 
navigationProperty*

**1]Following is metadata*   

 http://docs.oasis-open.org/odata/ns/edm;>
  

  





  
  

  





  
  

  


*2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
in the following body i don't given the "Name" property of entity A
 {
"Id":1,

"B":[{
"Id":1,
"Name": "B"
}]
   
  }
*3]Response(It gives error for missing property of entity A)  *
  {
"error": {
"code": null,
"message": "The non-nullable property 'Name' is missing."
}
}

*4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
In following body i don't given the "Name" property of navigationProperty B
 {
"Id":1,
"Name": "A",
"B":[{
"Id":1
   
}]
   
  }
*5]Reseponse(but not given the error message for navigation property)*
{
"@odata.context": "$metadata#Aentity",
"Id": 1,
"Name": "A"
}


> Olingo don't give error message like "The non-nullable property is missing" 
> for navigationProperty
> --
>
> Key: OLINGO-1268
> URL: https://issues.apache.org/jira/browse/OLINGO-1268
> Project: Olingo
>  Issue Type: Question
>  Components: odata4-server
>Affects Versions: (Java) V4 4.4.0
>Reporter: Dattatray
>Priority: Major
> Fix For: (Java) V4 4.5.0
>
>
> *Olingo gives error message for non-nullable simple property of entity but 
> not navigationProperty*
> **1]Following is metadata*   
>   xmlns="http://docs.oasis-open.org/odata/ns/edm;>
>   
> 
>   
> 
> 
>  Unicode="false" />
>  ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> 
>  Unicode="false" />
>  Nullable="false" ContainsTarget="true" />
> 
>   
>   
> 
>   
> 
> *2]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> in the following body i don't given the "Name" property of entity A
>  {
> "Id":1,
> 
> "B":[{
>   "Id":1,
>   "Name": "B"
> }]
>
>   }
> **3]Response(It gives error for missing property of entity A)  **
>   {
> "error": {
> "code": null,
> "message": "The non-nullable property 'Name' is missing."
> }
> }
> *4]Request[post]http://localhost:8085/MagicXpiOData/ChildEntityns.OData_1/Aentity*
> In following body i don't given the "Name" property of navigationProperty B
>  {
> "Id":1,
> "Name": "A",
> "B":[{
>