[
https://issues.apache.org/jira/browse/OLINGO-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287427#comment-14287427
]
Willem Jiang commented on OLINGO-420:
-------------------------------------
Hi Michael,
I just ran a quick look at the camel-olingo code, here is the class which we
use.
{code}
.//camel-olingo2-api/src/main/java/org/apache/camel/component/olingo2/api/impl/AbstractFutureCallback.java:import
org.apache.olingo.odata2.core.commons.ContentType;
.//camel-olingo2-api/src/main/java/org/apache/camel/component/olingo2/api/impl/Olingo2AppImpl.java:import
org.apache.olingo.odata2.core.ODataPathSegmentImpl;
.//camel-olingo2-api/src/main/java/org/apache/camel/component/olingo2/api/impl/Olingo2AppImpl.java:import
org.apache.olingo.odata2.core.commons.ContentType;
.//camel-olingo2-api/src/main/java/org/apache/camel/component/olingo2/api/impl/Olingo2AppImpl.java:import
org.apache.olingo.odata2.core.uri.UriInfoImpl;
.//camel-olingo2-api/src/test/java/org/apache/camel/component/olingo2/api/Olingo2AppIntegrationTest.java:import
org.apache.olingo.odata2.core.commons.ContentType;
.//camel-olingo2-api/src/test/java/org/apache/camel/component/olingo2/api/Olingo2AppIntegrationTest.java:import
org.apache.olingo.odata2.core.uri.SystemQueryOption;
.//camel-olingo2-component/src/main/java/org/apache/camel/component/olingo2/Olingo2Configuration.java:import
org.apache.olingo.odata2.core.commons.ContentType;
.//camel-olingo2-component/src/test/java/org/apache/camel/component/olingo2/Olingo2AppIntegrationTest.java:import
org.apache.olingo.odata2.core.uri.SystemQueryOption;
{code}
> Exporting other packages of olingo-core bundle
> ----------------------------------------------
>
> Key: OLINGO-420
> URL: https://issues.apache.org/jira/browse/OLINGO-420
> Project: Olingo
> Issue Type: Wish
> Components: odata2-core
> Affects Versions: V2 2.0.0
> Reporter: Willem Jiang
> Assignee: Michael Bolz
> Attachments: OLINGO-420.patch
>
>
> current odata2-core just export below packages:
> {code}
> org.apache.olingo.odata2.core.rest.app
> org.apache.olingo.odata2.core.rt
> org.apache.olingo.odata2.core.servlet
> {code}
> In camel-olingo component, we need access other package of odata2.core, so it
> could be great if odata2-core exports other packages for us to use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)