omniavincitlabor
omniavincitlabor
Hi, I have an Entity with an Enum value. When the value is null I get a NullPointerException when retrieving the entity. NPE occurs for ATOM and JSON output.
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...
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...