Closed yathihv closed 11 months ago
Seems this will be in next olingo release https://github.com/apache/olingo-odata4/commit/1fef3a131ea4cc334151a7f10b67cab6bb424239
Due to clean-up action. All issues created before 2022 get closed.
In the meantime JPAODataServiceContext
offeres the option to set useAbsoluteContextURL
.
If we see - http://services.odata.org/v4/northwind/northwind.svc/ we see the context with complete host something like m:context="http://services.odata.org/V4/Northwind/Northwind.svc/$metadata" where as our project with jpa processor generates metadata:context="$metadata". Most of the BI tools which accepts OData won't work with the generated context but expects full URL which is the standard protocol.