Re: Order of endpoint options?

2016-08-19 Thread DariusX
Looking at the code the filter is applied before the include/exclude patterns. [Look at the isMatched() method] Also, the options in the URI are usually stored in a Has

Kafka Component options question

2016-08-19 Thread Adrian Khalili
Reading Camel Kafka component documentation below: http://camel.apache.org/kafka.html What does consumerStreams mean/does in options? Sadly there is absolutely not documentation or further explanation on this. Thanks, Adrian This e-mail and its contents (to include attachments) are the propert

Order of endpoint options?

2016-08-19 Thread JSmith
Is there a specific order the options on an Endpoint follow? And, if so, is there anywhere that it is listed for future reference? I'm noticing that filtering takes place before the including/excluding of the types of files I want. Basically I noticed that i just wanted X type of file, that are

Re: Camel Spring boot WAR not executing

2016-08-19 Thread Claus Ibsen
You need to use Spring Boot 1.3.x with Camel 2.17.x. Camel 2.18 will support SB 1.4 On Fri, Aug 19, 2016 at 12:55 PM, fxthomas wrote: > hello, > > I have a camel spring application , which runs fine from eclipse using the > spring:run goal. But when i tried to execute it from command line using

How to disable url auto-decoding in camel-jetty

2016-08-19 Thread Amit Singh
i am defining rest api end point using apache camel using jetty. if need to do single encoding and hit my component, coz i have some path param value having slash(/). the jetty is auto-decoding the url and not able to reach my end point. can someone help? -- View this message in context: http:

Camel Spring boot WAR not executing

2016-08-19 Thread fxthomas
hello, I have a camel spring application , which runs fine from eclipse using the spring:run goal. But when i tried to execute it from command line using java -jar , it does not run and throws the below error. I am using camel 2.17.3 and spring boot 1.4.0 release. org.springframework.beans.fa

Re: Can't make camel-example-spring-security works

2016-08-19 Thread Claus Ibsen
Hi Thanks for spotting. You are welcome to log a JIRA and provide a patch / github PR with a fix http://camel.apache.org/support.html http://camel.apache.org/contributing.html On Fri, Aug 19, 2016 at 9:53 AM, olivier wrote: > So, i've figured it out by myself. Here is the solution for those who

Re: Can't make camel-example-spring-security works

2016-08-19 Thread olivier
So, i've figured it out by myself. Here is the solution for those who might have the same issue. It seems Camel security 2.17.3 depends on Spring security 4.x...but the camel-context spring security part of the example is written in Spring security 3.x, which produces the errors above, because, in

Re: oracle.jms.AQjmsException: JMS-110: Property JMSXDeliveryCount not writeable

2016-08-19 Thread james555
Hi Claus, thanks for your fast reply ! I will downgrade zu Camel 2.17.1. Best regards James -- View this message in context: http://camel.465427.n5.nabble.com/oracle-jms-AQjmsException-JMS-110-Property-JMSXDeliveryCount-not-writeable-tp5786620p5786623.html Sent from the Camel - Use