Re: The Camel Kafka component crashes with a NoClassDefFoundError exception.

2015-04-17 Thread Claus Ibsen
Hi Thanks guys yeah that is a valid reason. I think we should add to camel-kafka that the user should add the scala libraries version they use/need. On Fri, Apr 17, 2015 at 5:07 AM, Willem Jiang wrote: > As the Scala lib has some backward compatible issue, so we cannot apply the > scala version

Re: The Camel Kafka component crashes with a NoClassDefFoundError exception.

2015-04-16 Thread Willem Jiang
As the Scala lib has some backward compatible issue, so we cannot apply the scala version we use in camel to the Camel kafka. I think it’s up to the user to choice the right version of Scala there. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com

Re: The Camel Kafka component crashes with a NoClassDefFoundError exception.

2015-04-16 Thread Henryk Konsek
If we are talking about camel-scala, then I believe that scala dependency should be provided. We integrate Camel with Scala, but it is up to end-user to provide the version of Scala s(he) wants to use in the project. Laters! czw., 16 kwi 2015 o 19:10 użytkownik Claus Ibsen napisał: > Hi > > Yea

Re: The Camel Kafka component crashes with a NoClassDefFoundError exception.

2015-04-16 Thread Claus Ibsen
Hi Yeah I am not sure why the scala dependency was set to scope=provided. Maybe git blame can tell. But sure you are welcome to log a ticket and provide a patch / PR http://camel.apache.org/support On Wed, Apr 15, 2015 at 5:50 PM, ccampo wrote: > The Camel Kafka component crashes with a NoClass