Help in understanding route behaviour

2013-09-09 Thread abaldoni
Hello, I'm new to Camel and I'm starting to learn it. I have a problem with the following route: from() .unmarshal() .filter().javaScript() .setHeader() .convertBo

Re: Help in understanding route behaviour

2013-09-10 Thread abaldoni
The problem was with the from() producer. After enabling all the tracing options as in http://camel.apache.org/tracer.html, I was able to understand what was going on. The actual code for the producer is: from("mina2:udp://:514") Somehow, with both mina and mina2, the source message is "echo

[BUG?] Quartz2 - Make sure camel-quarz2.jar is on the classpath.

2013-09-26 Thread abaldoni
Hello, I'm trying to implement a polling JPA endpoint like this: from("jpa:...?&scheduler=quartz2&scheduler.cron=0+0+0+0+JAN,APR,JUL,OCT+*+*").marshal().jaxb().to("mock:xml"); I'm included the camel-quartz2 dependency in my project; however, when I run it, I get the following error: Cannot

Re: [BUG?] Quartz2 - Make sure camel-quarz2.jar is on the classpath.

2013-09-26 Thread abaldoni
Thank you! Alessandro Baldoni Comune di Faenza Servizio Informatica Tel. 0546 691224 Cel. +39 334 6012463 From: "Babak Vahdat [via Camel]" To: abaldoni Date: 26/09/2013 17:00 Subject:Re: [BUG?] Quartz2 - Make sure camel-quarz2.jar is on the classpath. O.K.