Hi all, I was trying to create OdataV4 instance by using following javacode. I have added dependencies as server-core, server-api, commons-api, commons-core and server-core-ext to the project. but I couldn't able to import the ODataImpl class. OData odata = OData4Impl.newInstance();
I'm getting following error cannot access org.apache.olingo.server.core.ODataImpl [ERROR] class file for org.apache.olingo.server.core.ODataImpl not found [ERROR] OData odata = OData4Impl.newInstance(); [ERROR] -> [Help 1] Any help on this matter in highly appreciated. Thanks, Madhawa
