Hi Aparna, Just checked quickly and it seems that the required OSGi export for `org.apache.olingo.odata2.core.uri;version=${project.version}` is missing in the `odata-core` Felix-Maven-Plugin config (see code snippet from `pom.xml` below).
Can you please open a JIRA Bug at https://issues.apache.org/jira/browse/OLINGO And it seems that you are using a not public version (`sap-09`) of Olingo. So for a quick fix try to contact your colleagues which provide you this version. Kind Regards, Michael <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> .... <Export-Package> org.apache.olingo.odata2.core.rest.app;version=${project.version}, org.apache.olingo.odata2.core.rt;version=${project.version}, org.apache.olingo.odata2.core.servlet;version=${project.version}, </Export-Package> ... </plugin> Am 11. Feb. 2019, 10:09 +0100 schrieb Khare, Aparna <aparna.kh...@sap.com>: > Dear Colleagues, > > We have a dependency on > > 402 ACTIVE olingo-odata2-api_2.0.10.sap-09 > 403 ACTIVE olingo-odata2-api-annotation_2.0.10.sap-09 > 404 ACTIVE olingo-odata2-core_2.0.10.sap-09 > 405 ACTIVE olingo-odata2-jpa-processor-api_2.0.10.sap-09 > 406 INSTALLED olingo-odata2-jpa-processor-core_2.0.10.sap-09 > We have seen that jpa-procesor-core requires a dependency on odata2-core . > There is a need of Import to odata2.core.uri which is not fullfiled.. > we checked the manifest of jpaprocessor as well as odata2.core we don't see > export package for odata2.core.uri.. > > Please guide. > > Thanks, > Aparna