2.19.0 Jetty:Https javax.net.ssl.SSLHandshakeException: no cipher suites in common

2017-05-22 Thread Thomas Freihalter
Hello I am using Camel 2.19.0 (on Karaf 4.1.1 with Jetty9) My route is https://0.0.0.0:4711?matchOnUriPrefix=true&sslContextParametersRef=sslContextParameters"/> . When I try to access the URL with my browser I get: javax.net.ssl.SSLHandshakeException: no cipher suites in common I found thi

Re: Bindy DefaultValue is not working. Need help

2017-05-22 Thread Claus Ibsen
On Mon, May 22, 2017 at 7:44 PM, kschroeder wrote: > I noticed this issue was only resolved for the CSV Factory. How would I go > about submitting a similar bug for the FixedLength factory? It's probably a > bad idea to have inconsistencies between the different factories. > You can create a JI

Re: Bindy DefaultValue is not working. Need help

2017-05-22 Thread kschroeder
I noticed this issue was only resolved for the CSV Factory. How would I go about submitting a similar bug for the FixedLength factory? It's probably a bad idea to have inconsistencies between the different factories. -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-Def

split ArrayList with choice

2017-05-22 Thread filihc
Hi, I am new with camel, I have some issue to split my ArrayList and the bug is the next: My camel-config route is next: Please Help me, when I avoid the ArrayList and delete split tag and use only a simple event it´s working Thank you -- View this message in context: http://camel.465427

Re: Oracle Procedure Calls with Camel

2017-05-22 Thread Claus Ibsen
You can try the sql-stored component https://github.com/apache/camel/blob/master/components/camel-sql/src/main/docs/sql-stored-component.adoc On Mon, May 22, 2017 at 5:55 PM, btacoder wrote: > hello, > > can we call a stored procedure with 0 parameters, if yes, how can we call > it? > > > > -- >

Re: Oracle Procedure Calls with Camel

2017-05-22 Thread btacoder
hello, can we call a stored procedure with 0 parameters, if yes, how can we call it? -- View this message in context: http://camel.465427.n5.nabble.com/Oracle-Procedure-Calls-with-Camel-tp5745115p5800033.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: spring.activemq.broker-url not set correct on Activemq + Spring Boot

2017-05-22 Thread Claus Ibsen
I logged a ticket to create an example at Apache Camel as that helps look into this https://issues.apache.org/jira/browse/CAMEL-11311 On Mon, May 22, 2017 at 8:19 AM, Preben.Asmussen wrote: > Forgot to mention that the commit relates to > https://issues.apache.org/jira/browse/CAMEL-10226 > > I wo

Re: 61M csv file cause Heap error on JVM with 1 GB limit

2017-05-22 Thread souciance
Classic ;) On Mon, May 22, 2017 at 1:34 PM, brent-e2 [via Camel] < ml+s465427n572...@n5.nabble.com> wrote: > Thanks for the reply. > > I'm posting the solution here in case anybody else falls into the same > trap I did: > > My route is splitting the file on Windows/Dos line-endings CR-LF. > M

Re: 61M csv file cause Heap error on JVM with 1 GB limit

2017-05-22 Thread brent-e2
Thanks for the reply. I'm posting the solution here in case anybody else falls into the same trap I did: My route is splitting the file on Windows/Dos line-endings CR-LF. My input file had Unix (LF) line-endings, though. I believe that was why the route was trying to process the entire file at