Camel dropping header if header has comma before reaching route

2017-08-28 Thread akpcnu
A request that contains comma (Ex: test="abc; ab; zax, abw, & te;tt;") in the header is dropped, right after the request has gone through the Camel REST. When I print the request, I see the header in logs in camel REST class but then the request reaches the route doesn't contain the header "test".

Re: Camel-SQL more than one IN clauses in SQL throws Exception

2017-04-18 Thread akpcnu
Thanks Clause, It worked on 2.18.3 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SQL-more-than-one-IN-clauses-in-SQL-throws-Exception-tp5797818p5797826.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-SQL more than one IN clauses in SQL throws Exception

2017-04-18 Thread akpcnu
I am using CAMEL 2.17.3 and having two IN clauses in SQL query causes below exception: org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; Number of parameters mismatch. Expected: 4, was: 8; nested

Karaf - 4.0.7(Felix): JmsBinding not found

2016-10-21 Thread akpcnu
This is repost from Camel JIRA, Claus has asked to use user mailing list. CAMEL-10405 Environment : Camel 2.18.0 and Karaf 4.0.7 (& Felix) ActiveMQ 5.14 (Not Embedded) featuresRepositories = \ mvn:org.apache.karaf.features/spring/4.0.7/xml

Re: Camel-Gson - Missing requirement for gson annotations

2016-08-05 Thread akpcnu
Thanks Claus, I will give it a try. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Gson-Missing-requirement-for-gson-annotations-tp5785815p5786069.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-Gson - Missing requirement for gson annotations

2016-08-01 Thread akpcnu
I have added feature:install camel-gson on camel 2.16.2. Karaf 3.0.4. When I deploy an application using Gson, I see below missing requirement. But, the package it is complaining is already Exported in the Jar. Is there anyway to add this missing requirement? help is appreciated. Unable to resol

RE: Cannot install camel-hazelcast 2.17 in Karaf 3.x

2016-03-31 Thread akpcnu
Mar 2016 10:44:07 -0700 From: ml-node+s465427n5780174...@n5.nabble.com To: srini...@live.com Subject: Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x Install the client first install -s mvn:com.hazelcast/hazelcast-client/3.6.1 install -s mvn:com.hazelcast/hazelcast/3.6.1 On Thu,

Cannot install camel-hazelcast 2.17 in Karaf 3.x

2016-03-31 Thread akpcnu
This is continuation to the discussion we had on JIRA ( https://issues.apache.org/jira/browse/CAMEL-9780 ), I couldn't install camel-hazelcast 2.17 on karaf. Claus has suggested couple of wor