Re: camel-velocity warnings in Camel 3.4.0

2020-06-24 Thread Andrea Cosentino
https://issues.apache.org/jira/browse/CAMEL-15240 Il giorno gio 25 giu 2020 alle ore 06:36 Andrea Cosentino ha scritto: > This is something in the component, we are setting properties there and we > need to review the deprecation, anyway it seems they just changed the name. > > -- > Andrea Cosen

Re: camel-velocity warnings in Camel 3.4.0

2020-06-24 Thread Andrea Cosentino
This is something in the component, we are setting properties there and we need to review the deprecation, anyway it seems they just changed the name. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1

camel-velocity warnings in Camel 3.4.0

2020-06-24 Thread Gerald Kallas
Dear all, while executing camel-velocity templates I'm getting deprecation | 207 - org.apache.velocity.engine-core - 2.1.0 | configuration key 'class.resource.loader.class' has been deprecated in favor of 'resource.loader.class.class' deprecation | 207 - org.apache.velocity.engine-core - 2.1.0

Re: How to properly handle Camel files endpoint in jUnit test

2020-06-24 Thread Alex Dettinger
Hi Jessy, In such a case, I would rather do something inspired from one of the camel file test: https://github.com/apache/camel/tree/master/core/camel-core/src/test/java/org/apache/camel/component/file hth, Alex On Wed, Jun 24, 2020 at 3:00 PM Jessy Chenavas wrote: > Hello, > > I found on yo

How to properly handle Camel files endpoint in jUnit test

2020-06-24 Thread Jessy Chenavas
Hello, I found on your website this mailing list to ask some questions about Camel. I have some trouble making my test work, I have an endpoint that waits for files, and I want to test it. To achieve this I've created a mock of my endpoint, an exchange with the file and I'm sending it. The problem

Re: Karaf 4.2.9 w/ Camel 3.4.0 - ActiveMQ isn't starting

2020-06-24 Thread Jean-Baptiste Onofre
Hi, Did you add the spring-legacy feature repo ? ActiveMQ doesn’t support Spring 5.x, Spring 4.x only for now, that’s why you need to do: feature:repo-add spring-legacy Regards JB > Le 24 juin 2020 à 11:31, Gerald Kallas a écrit : > > Dear all, > > I've setup an (finally offline) instance

Karaf 4.2.9 w/ Camel 3.4.0 - ActiveMQ isn't starting

2020-06-24 Thread Gerald Kallas
Dear all, I've setup an (finally offline) instance w/ Karaf 4.2.9 and Camel 3.4.0. The ActiveMQ instance doesn't start, I'm getting an error as below. The problem still persist (I did experience this one earlier). Should I create a JIRA ticket for? Best - Gerald 2020-06-24T09:21:18,140 | ERRO