[ 
https://issues.apache.org/jira/browse/IGNITE-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191360#comment-17191360
 ] 

Saikat Maitra commented on IGNITE-13406:
----------------------------------------

Hi [~scottmf] Thank you for making the changes. I observed that the build for 
the PR failed 
(https://ci.ignite.apache.org/buildConfiguration/Tests_IgniteExtensions_Build/5587084?buildTab=log&focusLine=3&linesState=2010)
 due to missing dependencies in artifactory.

I have made a separate PR for fix the dependencies error.

https://github.com/apache/ignite-extensions/pull/22

> support for Apache Camel 3.x
> ----------------------------
>
>                 Key: IGNITE-13406
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13406
>             Project: Ignite
>          Issue Type: Improvement
>          Components: streaming
>            Reporter: Scott Feldstein
>            Priority: Major
>
> Currently the stream libs only support camel 2.x.  When camel 3.x is used 
> errors come up.
> Here is an example:
> {code:java}
> Caused by: java.lang.NoClassDefFoundError: 
> org/apache/camel/util/CamelContextHelper
>       at 
> org.apache.ignite.stream.camel.CamelStreamer.start(CamelStreamer.java:95)
>       at 
> com.example.ignite.CamelKafkaIgniteApplicationTest$Config.camelStreamer(CamelKafkaIgniteApplicationTest.java:158)
>       at 
> com.example.ignite.CamelKafkaIgniteApplicationTest$Config$$EnhancerBySpringCGLIB$$dd8ac36c.CGLIB$camelStreamer$2(<generated>)
>       at 
> com.example.ignite.CamelKafkaIgniteApplicationTest$Config$$EnhancerBySpringCGLIB$$dd8ac36c$$FastClassBySpringCGLIB$$5a773dea.invoke(<generated>)
>       at 
> org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
>       at 
> org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
>       at 
> com.example.ignite.CamelKafkaIgniteApplicationTest$Config$$EnhancerBySpringCGLIB$$dd8ac36c.camelStreamer(<generated>)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:498)
>       at 
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
>       ... 108 more
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.camel.util.CamelContextHelper
>       at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>       ... 120 more
>  {code}
> The {{org/apache/camel/util/CamelContextHelper}} class has been moved in 
> camel 3.x per the [camel 3.x migration 
> doc|https://camel.apache.org/manual/latest/camel-3-migration-guide.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to