odata icon indicating copy to clipboard operation
odata copied to clipboard

SDL OData Framework

Results 47 odata issues
Sort by recently updated
recently updated
newest added

When i have defined a Odata EDM that has some form of incorrect annotations, the first request hangs. I am seeing the following exception in the log: java.lang.IllegalArgumentException: The OData...

bug

It seems to use static MediaType.XML in MetadataDocumentRenderer. Is there any plan for JSON support?

enhancement

Hi, I tried to compose a filter for an enum value, but was not successful. How do I correctly filter for an enum value? I tried sth. like: http://localhost:8080/example.svc/Schools?$filter=type eq...

bug

Hi, I know that you have the jpa extension to expose jpa entities as odata entities. Do you have some option to generate odata entities directly from data base schema,...

Hi, I have an unbound function. But when I call it (http://localhost:8080/example.svc/SDL.OData.Example.GetAveragePersonAge()) I get a ParseException. (See: https://github.com/omniavincitlabor/odata4-test/)

Hi, How can I define the entity type a function is bound to? In your example with "GetAverageAge" the function is bound to "Person" (or Person collection). In my tests...

Hi, I have a class "BlubbPerson" which inherits from "Person". "Person" declares some navigation properties. When I call http://localhost:8080/example.svc/Persons?$expand=company JSON output contains the expanded company data but ATOM output does...

If you use the CIL intensively (> 30000 requests within 5 minutes), there is a risk that the application server making those requests runs out of connections. You will see...

enhancement

What is the proper channel to ask questions about this project ? I would like to port this simple example https://github.com/mores/maven-examples/tree/master/microsoft-xrm-olingo to utilize sdl-odata. The only example I have found...

question

The read.md could use a list of the supported options and the once missing from the OData standard.