forrestzhu / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

EdmFunctionParameter$Mode doesn't fit to OData spec #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create consumer to http://services.odata.org/OData/OData.svc/
2. consumer.getMetadata()
3. metadata.getVersion() <- or any other method that triggers edm parsing

What is the expected output? What do you see instead?

Results in Parser Exception because of Mode='In' but parser expects 'IN'. 

Please use labels and text to provide additional information.

Accordingly to the spec camel case syntax is required.

Section 2.1.16 @ http://www.odata.org/media/6652/%5Bmc-csdl%5D%5B1%5D.htm

Original issue reported on code.google.com by stephan....@googlemail.com on 12 Oct 2011 at 3:16

GoogleCodeExporter commented 8 years ago

Original comment by stephan....@googlemail.com on 13 Oct 2011 at 8:56