Set JMSCorrelationId in activeMQ using spring DSL

2017-05-23 Thread sarada.ch
Hi All, I am using apache camel and want to set correlation id in active MQ. The below setting doesn't work in camel.I am using JBoss fuse 6.3 IFS456 -- View this message in context: http://camel.465427.n5.nabble.com/Set-JMSCorrelationId-in-activeMQ-using-spring-DSL-tp5800170.html Sen

Re: Oracle Function Calls with Camel-sql 2.19.0

2017-05-23 Thread imranrazakhan
Hi, I found below customized solution for Oracle function and dont know if Apache Camel can support this in Components https://github.com/quephird/camel-stored-procedure It would be nice to have this support out of box in SQL or JDBC Component. Regards -- View this message in context: http:

Re: Bindy DefaultValue is not working. Need help

2017-05-23 Thread Onder SEZGIN
Logged a jira for it. https://issues.apache.org/jira/browse/CAMEL-11313 On Mon, May 22, 2017 at 10:35 PM, Claus Ibsen wrote: > 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 b

Oracle Function Calls with Camel-sql 2.19.0

2017-05-23 Thread imranrazakhan
Hi, Can we call Oracle Function with camel-sql? its working fine for Store Procedure but throwing error for functions Exhausted after delivery attempt: 1 caught: org.springframework.jdb c.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call GET_PREPOST_STATUS(?, ?, ?, ?)}];

Re: NPE in org.apache.camel.test.junit4.CamelTestSupport.logCoverageSummary

2017-05-23 Thread Peter Hicks (Poggs)
Hi Claus > On 21 May 2017, at 17:06, Claus Ibsen wrote: > > No it ought to work with that little route as well. > > What version of Camel do you use? I see your later reply (sorry for my tardiness) - for clarity, I’m on 2.19.0. Thanks very much for the quick fix! Peter

Blueprint beans with enum input params not working

2017-05-23 Thread afbagwe
Maybe I'm completely wrong in how I'm going about this, but I've encountered two issues when trying to use an Enum type in a bean defined in a blueprint Camel route.So here's the setup... public enum MyEventType { LOW, HIGH; }public interface AlertSystem{ > void postEvent(E even

Re: Configuring Quartz in cfg file (Property placeholder)

2017-05-23 Thread Kevin-Void
Thanks Claus. So we need to code as below manner. Kindly correct me if i am wrong. Kind Regards, Kevin -- View this message in context: http://camel.465427.n5.nabble.com/Configuring-Quartz-in-cfg-file-Property-placeholder-tp5799160p5800081.html Sent

Re: RestConfiguration with multiple ports

2017-05-23 Thread jjathman
Is this something that is possible? I'm looking to do the same thing. We would like to have internal traffic run on a separate port from the externally visible port to make firewall rules easier. Is this something that is possible? I have defined two separate RouteBuilder classes each with their o

Multiple IMAP consumers - can it work?

2017-05-23 Thread clinton
If I have multiple application images running, each with one consumer of a shared mailbox, will IMAP hand each message to only one consumer instance? (Exchange 2010 server)? These consumers are each running in separate VMs. Thanks Clint -- View this message in context: http://camel.465427.n5.n

Re: Camel Mail sends the same email twice

2017-05-23 Thread raja
Hi, I dont know about ur coding.So I can't tell what causing the problem exactly. But I can assure camel Route wont send mail twice. If u starting the camel route manually from your code then check your the route is started only once. If you are using bean to attach the mail conte

Re: Camel Mail sends the same email twice

2017-05-23 Thread Laurentiu Trica
Hi, The route is a ripped of version of a more complex one. But what can influence the Camel Mail to send the email twice? Do you have any idea? Thanks! Laurentiu On Tue, May 23, 2017 at 12:08 PM, raja wrote: > Hi, > The Route is working fine.when executing the Route I received the mail >

Re: Camel Mail sends the same email twice

2017-05-23 Thread raja
Hi, The Route is working fine.when executing the Route I received the mail only once.If you are receiving the mail twice means the problem is not with the Given ROUTE. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Mail-sends-the-same-email-twice-tp5800048p5800049

Camel Mail sends the same email twice

2017-05-23 Thread Laurentiu Trica
Hello, I have an issue with Camel Mail in Camel 2.13. It sends the email twice. The DSL is bellow: exam...@mail.com b...@mail.com Test Test What can it be? The fact

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

2017-05-23 Thread Claus Ibsen
Hi Can you try outside Karaf, in a plain java main or junit test On Tue, May 23, 2017 at 12:14 AM, Thomas Freihalter wrote: > Hello > I am using Camel 2.19.0 (on Karaf 4.1.1 with Jetty9) > > My route is > uri="jetty:https://0.0.0.0:4711?matchOnUriPrefix=true&sslContextParametersRef=sslContextPa

Simple SOAP Webservice

2017-05-23 Thread MDF
Hello, I am new to Camel. I have to work in a project which uses Camel 2.18.3 and cxf 3.1.10 on Tomcat 8.5. I need to implement a Soap Webservice which is not used within Camel Routing (it implements a simple synchronous method call). For testing I have tried this very simple example package de.