org.apache.camel.springboot:camel-ftp-starter:4.2.0

2023-12-03 Thread Ravi
ownloading com.hithub.mwiede:jsch as they deem that as a private library. Regards, Ravi

RE: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) - Hostname verification

2021-01-11 Thread Ravi Sunchu
Hi Zheng: We are using Netty for TCP socket connections, not for http. Thanks Ravi -Original Message- From: Zheng Feng Sent: Monday, January 11, 2021 9:06 AM To: users@camel.apache.org Subject: Re: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) - Hostname verification

RE: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) - Hostname verification

2021-01-11 Thread Ravi Sunchu
that there would be a way to configure this in Camel. Thanks Ravi -Original Message- From: Andrea Cosentino Sent: Monday, January 11, 2021 8:42 AM To: users@camel.apache.org Subject: Re: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) - Hostname verification EXTERNAL

Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) - Hostname verification

2021-01-11 Thread Ravi Sunchu
e a way to enable hostname verification for Netty component in Camel? Or is this a vulnerability in camel-netty component that still needs to be addressed in this component? Attached is the Blackduck report regarding this vulnerability. Thanks for the help. Regards Ravi Sunchu

IBM MQ with camel

2020-01-07 Thread Ravi Kumar
Test JMS_IBM_Character_Set: UTF-8 JMS_IBM_Encoding: 546 JMS_IBM_Format: MQSTR JMS_IBM_MsgType: 8 JMS_IBM_PutApplType: 11 JMS_IBM_PutDate: 20200107 JMS_IBM_PutTime: 14241063 Test Message In fact the body content should print only "Test Message" Appreciate any input on the same. Thanks Ravi

Camel Thread #0 - LRUCacheFactory - with Apache Camel 2.24.1 and Weblogic 12.2.1.3.0

2019-08-01 Thread Ravi Sudhakara
n may be imprecise) - java.lang.Object.wait() @bci=2, line=502 (Compiled frame) - weblogic.work.ExecuteThread.waitForRequest() @bci=8, line=328 (Compiled frame) - weblogic.work.ExecuteThread.run() @bci=147, line=388 (Interpreted frame) Can you please let us know if this is a known issue ? Also, please suggest steps to overcome this issue. Regards, Ravi

Re: Dynamic routing based on collection values

2016-10-24 Thread ravi narayanan
Please have a look at recipient list EIP. http://camel.apache.org/recipient-list.html On Monday, 24 October 2016, raghavender.anth...@gmail.com < raghavender.anth...@gmail.com> wrote: > Hello All, > > Can someone help me with a solution for this problem: > > I want to route to different destinati

Re: warning while calling Bean ref in camel route

2016-05-02 Thread ravi narayanan
On Fri, Apr 29, 2016 at 10:54 AM, ravi narayanan > wrote: > > Hi, > > > > Still iam getting warning when i use bean ref > > > > > > warn message > > > > 10:48:07,147 WARN [org.apache.camel.util.ObjectHelper] > > (http-/127.0.0.1:

Re: warning while calling Bean ref in camel route

2016-04-29 Thread ravi narayanan
= BihMessageHandler.prepareBihHeader(body); BIHLogger logger=new BIHLogger(); logger.logBIHAuditMessage(message + Header,Level.INFO,"C:\\Logfiles\\Audit.log"); } Regards, Ravi On Thu, Apr 28, 2016 at 8:04 PM, ravi narayanan wrote: > Hi John, > I have tried it and getting the same e

Re: warning while calling Bean ref in camel route

2016-04-28 Thread ravi narayanan
Hi John, I have tried it and getting the same error... On Thursday, 28 April 2016, John D. Ament wrote: > You should quote the string when passing it in, e.g. > > > method="logAuditMessage(${body},'A1_Sync_Con_RQ Request Received :')" /> > > Then it will be passed in as the second argument as a

Re: Handling timeout in Recipient list with aggregation statergy

2016-04-28 Thread ravi narayanan
ate is called > > when the responses come back. Otherwise the aggregate is called in the > > same order as the recipient list endpoints, eg first recipient > > response, 2nd recipient response, 3rd ... N. > > > > > > On Thu, Apr 28, 2016 at 10:00 AM, ravi narayanan

Re: Handling timeout in Recipient list with aggregation statergy

2016-04-28 Thread ravi narayanan
:36, ravi narayanan wrote: > >> Hi Claus, >> I tried implementing timeout aware aggregation strategy and implemented >> timeout method in it. >> now when ever timeout happens(complete Timeout/Partial Response) the Old >> exchange message is coming to timeout method. &

Re: Handling timeout in Recipient list with aggregation statergy

2016-04-27 Thread ravi narayanan
Hi Claus, I tried implementing timeout aware aggregation strategy and implemented timeout method in it. now when ever timeout happens(complete Timeout/Partial Response) the Old exchange message is coming to timeout method. will the aggregate method gets invoked only when it gets response from all t

Handling timeout in Recipient list with aggregation statergy

2016-04-27 Thread ravi narayanan
Hi All, Iam calling two different endpoints with delimeter seperated,Parallel Processing and timeout as 3000 ms in recipient list. I have mentioned aggregation strategy to aggregate the response message. I need to frame a fault message when iam not getting response from both the end points. i t

CAMEL-8983: Question regarding Camel Simple Random()

2016-01-25 Thread Ravi Nallappan
Hi, Is it possible to make this function work based on content? i.e .setBody(simple("random(${body})")) Thanks and regards, Ravi Nallappan

Starting order for Consumers and Producers

2016-01-11 Thread Ravi Nallappan
test-cases without depending on external servers. Thanks and regards, Ravi Nallappan Following are steps how I observed this behaviour: Generate Camel custom Endpoints === mvn archetype:generate\ -DarchetypeGroupId=org.apache.camel.

Re: Camel-JMS JMS Selector getting overridden by new requests

2015-12-08 Thread ravi.4indra
are the endpoints shared between multiple threads even if the bean is of protoype scope? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-JMS-Selector-getting-overridden-by-new-requests-tp5774806p5774838.html Sent from the Camel - Users mailing list archive at Nabble

Camel-JMS JMS Selector getting overridden by new requests

2015-12-07 Thread ravi.4indra
be created for every request. its like endpoints are being cached somewhere and camel is returing the endpoints from the cache instead of creating new. Is there a option to tell camel to create a new endpoint for every request? Thanks Ravi -- View this message in context: http://camel.465427.n5.

Re: Quartz2 problem with AsyncDelayedDelivery

2015-12-01 Thread ravi narayanan
Hi Claus, When you say about persistent store can you tell me how can I achieve it using active mq. Some link where they have implemented will probably help me. On Tuesday, 14 July 2015, Claus Ibsen wrote: > Hi > > Its bad practice to have so long redelvery intervals. Its is intended > for shor

camel-JMS Component Responses from multiple queues

2015-10-19 Thread ravi.4indra
Hi, I am looking for some suggestions on scenario where response to a request sent to queue can come in any one of the three queues. is there a way in camel to check for responses in multiple queues. Thanks ravi -- View this message in context: http://camel.465427.n5.nabble.com/camel-JMS

Camel features using karaf feature xml

2015-09-14 Thread Ravi Nallappan
I specified it in my feature xml. Thanks and regards, Ravi Nallappan

Re: customizing recipientList

2015-09-05 Thread ravi narayanan
edeliveries. > > > On Fri, Sep 4, 2015 at 11:35 PM, ravi narayanan > wrote: > > Hi Claus, > > I have a query in using redelivery policy.if my volume is huge and no of > > data items in my payload is more is it advisable to use redelivery ,coz I > > would assume the

Re: customizing recipientList

2015-09-04 Thread ravi narayanan
Hi Claus, I have a query in using redelivery policy.if my volume is huge and no of data items in my payload is more is it advisable to use redelivery ,coz I would assume the message will be stored in memory during retrial. On Thursday, June 25, 2015, Lambert, Michael wrote: > I'm >

Camel SEDA and JDBC

2015-07-27 Thread Ravi Nallappan
arallel queries should be same as number of concurrentConsumers that I set? Thanks and regards, Ravi Nallappan

Re: Camel 2.15.1 Aggregator: Using multiple to() endpoints

2015-06-24 Thread Ravi Nallappan
bean1, PDUBean.class); PDUBean rslt2 = template.requestBody(bean2, PDUBean.class); assertEquals("Found 1 0", rslt1.getErrMsg()); assertEquals("Found 2 1", rslt2.getErrMsg()); } On Wed, Jun 24, 2015 at 8:27 PM, Ravi Nallappan wrote: > Thanks Claus. > > Ok, I ha

Re: Camel 2.15.1 Aggregator: Using multiple to() endpoints

2015-06-24 Thread Ravi Nallappan
Message("Hello, World! 2"); PDUBean rslt1 = template.requestBody(bean1, PDUBean.class); PDUBean rslt2 = template.requestBody(bean2, PDUBean.class); assertEquals("Found 1 0", rslt1.getErrMsg()); assertEquals("Found 2 1", rslt2.getErrMsg()); } Thanks and regards,

Re: camel-smpp

2015-06-23 Thread Ravi Nallappan
Hi, The error is not clear, can you share the smpp client route that caused this error? regards, Ravi Nallappan On Mon, Jun 15, 2015 at 4:14 PM, AlexNastin wrote: > > Hello. I'm new to CAMEL-SMPP. I'm working on a project that requires smpp > to > send and receive sms fr

Camel 2.15.1 Aggregator: Using multiple to() endpoints

2015-06-23 Thread Ravi Nallappan
by commenting out /* 3 */ above (i.e incomplete messages to aggregate), we can see above code will wait awhile for a last message while the other modification does not even wait before failing (aggregator not kicked in at all?). Appreciate if anyone able to explain the reason. And if its still possible to keep "direct://combine" modular i.e combine endpoint's route remain free from before and after routes details. Thanks and regards, Ravi Nallappan

Warning Messages in Logs when camel application running on multiple nodes

2015-05-12 Thread ravi.4indra
?doneFileName=${file:name}.done"); Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Warning-Messages-in-Logs-when-camel-application-running-on-multiple-nodes-tp5767030.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Input directory with multiple file consumers

2015-01-29 Thread ravi.4indra
I ran into a similar issue and exploring options for this. does reducing the delay between polls to very low value (<10) increases with file consumption on both the nodes? -- View this message in context: http://camel.465427.n5.nabble.com/Input-directory-with-multiple-file-consumers-tp5713788p5

Camel is running only one route at a point of time

2015-01-28 Thread ravi.4indra
routes. I am observing from my logs that.only one route is active at anypoint of time example only when files from dir1 to dir2(first route) are moved is done. second route is getting active. is there anything special that i have to configure to have them run independently. Thanks Ravi -- View

Local Tab - could not discover local jvm processes

2014-11-11 Thread Ravi Gupta 7
previously from last 2 months. Today it's not running. Please help. Regards, Ravi Gupta

Camel - 2.14 - Junit test cases failed - Could not create object of extension class org.apache.cxf.transport.jms.JMSTransportFactory

2014-10-09 Thread Ravi Gupta 7
spring-context org.springframework Please help. Thanks & Regards, Ravi Gupta

FIS Connectivity usingApache Camel

2014-09-25 Thread Ravi Gupta 7
How we can connect with FIS system using apache camel. FIS system understand the request on cobol format? Thanks & Regards Ravi Gupta

RE: BAM Support in Camel - ActivityMonitorEngine-- Failed to process expiration of: ActivityState[19 on ProcessInstance[44] Activity[1 name: bamB]]. Reason: java.lang.NullPointerException

2014-09-18 Thread Ravi Gupta 7
Version -I am using is --> Camel - core 2.13.1.jar / Camel-bam 2.13.1.jar -Original Message- From: Ravi Gupta 7 [mailto:rgupt...@sapient.com] Sent: Wednesday, September 17, 2014 12:37 PM To: claus.ib...@gmail.com; users@camel.apache.org Subject: RE: BAM Support in Ca

RE: BAM Support in Camel - ActivityMonitorEngine-- Failed to process expiration of: ActivityState[19 on ProcessInstance[44] Activity[1 name: bamB]]. Reason: java.lang.NullPointerException

2014-09-17 Thread Ravi Gupta 7
ine-- Failed to process expiration of: ActivityState[19 on ProcessInstance[44] Activity[1 name: bamB]]. Reason: java.lang.NullPointerException What version of Camel do you use? On Tue, Sep 16, 2014 at 1:00 PM, Ravi Gupta 7 wrote: > I have created two activeMQ [bamA and bamB]. > Also

BAM Support in Camel - ActivityMonitorEngine-- Failed to process expiration of: ActivityState[19 on ProcessInstance[44] Activity[1 name: bamB]]. Reason: java.lang.NullPointerException

2014-09-16 Thread Ravi Gupta 7
I have created two activeMQ [bamA and bamB]. Also created a AcctInqProfileCheckActivity as a routeBuilder under camel context. Below is the overridden configure () method. When I send a message to bamA using ActiveMQ then it is giving me below error. I am sending message to bam2 after 3 seconds

RE: CSV Parsing

2014-09-10 Thread Ravi Gupta 7
You can try using . Thanks RG -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, September 11, 2014 11:10 AM To: users@camel.apache.org Subject: Re: CSV Parsing Hi You can also use the splitter eip On Thu, Sep 11, 2014 at 1:44 AM, Matt Raible wrote

Re: Camel Bindy problem with separator

2014-08-09 Thread Ravi Godbole
Please share more details about your problem. 1. Sample record 2. How you are configuring parsing/annotations,etc. - -Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Bindy-problem-with-separator-tp4306927p5754987.html Sent from the Camel - Users mailing

RE: Problem encrypting the password using Camel Jasypt component

2014-07-23 Thread Ravi Godbole
FailedToCreateRouteException class* also pass name of the exception* i.e. EncryptionOperationNotPossibleException - -Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5754316.html Sent from the

Re: Camel splitter threadpool configuration : messages stuck in queue ?

2014-07-22 Thread Ravi Godbole
Are you getting any memory specific issues which indicate inability of system to create indefinite threads ? It seems you want to spawn as many threads as possible in order to execute the job faster. Have you tried following option and played around with number of threads in the pool ? [ in the f

Re: camel-cxf component is encoding(base64) by default

2014-06-15 Thread ravi.4indra
loos like it's the cxf behaviour to decode the base64. but I could not find this in cxf docs. -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-component-is-encoding-base64-by-default-tp5750705p5752303.html Sent from the Camel - Users mailing list archive at Nabble.co

JMS Component errorHander and exceptionListener

2014-05-15 Thread Ravi Joshi
Hi, I am newbie to apache camel world. Trying an IBM MQ connectivity with apache-camel JMS component. Need your help on below question I raised on Stack overflow. http://stackoverflow.com/q/23642348/3010921 Any help / pointer is much appreciated. Thanks & Regards, Ravi Joshi

camel-cxf component is encoding(base64) by default

2014-04-29 Thread ravi.4indra
ing that camel-cxf component is encoding the encoded base64 String in SOAP request. Is this the default behaviour of camel-cxf component ? Is there a way I can stop camel-cxf from encoding as i want to pass in the encoded Base64. Any Help in Appreciated Thanks Ravi -- View this message in cont

Re: Camel-cxf rs client bean

2014-04-01 Thread ravi.4indra
Hi, This is how my route looks like from("direct:start").routeId("start") .bean(Processor1.class, "prepareRequestMessage") .to("cxfrs:bean:rsClient?synchronous=true") .bean(Processor1.class, "processResponseMessage") prepareRequ

Re: Camel-cxf rs client bean

2014-04-01 Thread ravi.4indra
Hi, This is how my route looks like from("direct:start").routeId("start") .bean(Processor1.class, "prepareRequestMessage") .to("cxfrs:bean:rsClient?synchronous=true") .bean(Processor1.class, "processResponseMessage") prepareRequestMes

Camel-cxf rs client bean

2014-03-31 Thread ravi.4indra
Hi, I am having trouble defining a cxf rs client bean. can anyone point me the example of defining a cxf client bean using the http client. Any Help is appreciated Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-cxf-rs-client-bean-tp5749587.html Sent

Camel-JmsComponent ThreadContext issues

2013-09-26 Thread ravi.4indra
for all the requests which is the value from first request that system received. Not sure why this is happening for Camel-jms component. Any help is appreciated. Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JmsComponent-ThreadContext-issues-tp5740277

Issue with the request timeout in camel-jms component

2013-08-12 Thread ravi.4indra
303.mbox/%3CJIRA.12635116.1362400893039.31620.1363911195905@arcas%3E <http://http://mail-archives.apache.org/mod_mbox/camel-issues/201303.mbox/%3CJIRA.12635116.1362400893039.31620.1363911195905@arcas%3E> Thanks ravi -- View this message in context: http://camel.465427.n5.nabble.com/I

Re: CAMEL -JMS Request TimeOut

2012-11-02 Thread ravi.4indra
through out the route. I am seeing this thread taking control after getting response from jms inout operation. can you explain this behavior? Camel (camel-1) thread #2 - PersistentQueueReplyManager[jms_BT.edi.split.ACKQueue]-1| logstatement Thanks Ravi -- View this message in context: http

CAMEL -JMS Request TimeOut

2012-11-01 Thread ravi.4indra
for the route is set to 3 ms. If my route takes more that 3ms i am getting timeout exception. Is this the expected behaviour? and also noticed the thread JmsreplyTimeoutChecker running all the time what is this thread for? Any information is appreciated. Thanks Ravi -- View this m

Re: Camel Timeout on a route

2012-10-28 Thread ravi.4indra
Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721692.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Timeout on a route

2012-10-28 Thread ravi.4indra
timeout value. can you please suggest? Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721690.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Timeout on a route

2012-10-28 Thread ravi.4indra
ng the timeout value set during the first step. can you explain this behaviour? Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721684.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Timeout on a route

2012-10-28 Thread ravi.4indra
Hi Willem, I was able to set the timeout Dynamically FirstTime. But when i tried change the client policy somwhere in my route its not picking up the new value. is this the expected behaviour? Tanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Timeout-on-a

Re: Camel Timeout on a route

2012-10-28 Thread ravi.4indra
Hi, I am using camel-CXF component.I am suspecting that the request context is being cached somewhere in the cxf/camel code thats the reason new timeout value is not honored. can you please provide a solution for this? Thanks Ravi -- View this message in context: http://camel.465427.n5

Re: Camel Timeout on a route

2012-10-27 Thread ravi.4indra
? Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721640.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Timeout on a route

2012-10-26 Thread ravi.4indra
throw e; } } Without the thread sleep my global exception handler (On Exception) is not able to catch the exception. Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721623.html Sent from the Camel - Users mailing list

Camel Timeout on a route

2012-10-25 Thread ravi.4indra
Hi, Is there a way to specify timeout on a route. Example from(direct:route1) .to(bean:dosomething) .to(direct:commonRoute) now if the commonRoute takes more than n milliseconds i want to get a timeout exception. FYI I tried seda component I got the timeout exception after n seconds but the co

Camel JMS Request Reply

2012-09-29 Thread ravi.4indra
replyTo Queue?. Is there a way to force the camel to return the message from replytoQueue. Any Help is appreciated. Thanks Ravi below is the code i am tryiing public void configure() throws Exception { from("activemq:queue:EVENTS").multicast(new Aggregation()).to("activemq:queu

Re: Synchronous Routing

2011-09-05 Thread ravi
Following is the way i am using to send exchange: Map msgBody; //Populating msgBody with Key Values exchange.getIn().setBody(msgBody); processor.process(exchange); And how can i identify whether Exchange is processed or not ? -- View this message in context: http://camel.4654

Re: Synchronous Routing

2011-09-05 Thread ravi
I am using DefaultConsumer which is reading row from a Database (A:reader where A is a custom Component ). The code to activate Consumer is: public Consumer createConsumer(Processor processor) throws Exception { return new DefaultConsumer(this, processor) { @Override

Synchronous Routing

2011-09-05 Thread ravi
Hi, I am trying to create a route: from(A:reader).process(convertToXml()).to(B:writer) Reader is reading message, processor transforming message to xml and writer is writing xml message to some destination. I want the flow some what like: One message read -> Convert to XML -> Write to Destinat

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
tried using "mail.debug" = true smtp uri following is the log: DEBUG: JavaMail version 1.4.1 INFO | jvm 1| 2011/08/10 19:50:32 | DEBUG: not loading file: C:\Program Files\Java\jre6\lib\javamail.providers INFO | jvm 1| 2011/08/10 19:50:32 | DEBUG: java.io.FileNotFoundException: C:\Pr

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
uri is smtp, but i have tried smtps also but smtps gave me another error. Pls refer earlier messages. -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685704.html Sent from the Camel - Users mailing list a

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
This issue seems to be related to Windows Server family of Operating Systems, just tried on Windows 2003 Server (32 bit) and facing same issue. -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685543.html

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
tried with camel_mail_2.8.0 and the error coming as: Error in sending email, msg: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first. p7sm791183pbn.81 -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Compo

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
i have not tried the latest Camel (i think it is 2.8.0) -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685447.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
CAMEL 2.7.0 (Bundled in ActiveMQ 5.5.0) JDK is 1.6.0_20 64 Bit JavaMail is 1.4.4 on Windows 2008 Server 64 bit -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685445.html Sent from the Camel - Users mail

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
Tried Sample program to send mail using Java Mail Apis and it is working fine but Camel SMTP is not working: Code is given below to send mail uysing Sample Program: public class SendMailSSL { public static void main(String[] args) { Properties props = new Properties(); props.put("mail.smtp.ho

Re: CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-10 Thread ravi
using smtps: error is: javax.mail.MessagingException: Exception reading response javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to reque

CAMEL SMTP Mail Componenet Issue on 64 Bit Windows 2008 Server

2011-08-09 Thread ravi
I am trying to use following Camel SMTP end point URI to send mail using gmail: smtp://smtp.gmail.com:587?password=xyz&username=a...@gmail.com It is giving me error: Error in sending email, msg: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command

Camel Route Recovery in case of FATAL Exception

2011-08-04 Thread ravi
I have one route defined like: from (MyCustomEndPoint).to(activeMQ:myQ) MyCustomEndPoint is a custom endpoint which returns a Consumer, The consumer has got one internal Thread reading messages from Database. If lets say some Database Exception comes(connection reset) the internal thread stops bu

OnException problem

2011-07-26 Thread ravi
Hi i am using Camel Transactional routes like: http://camel.apache.org/schema/spring";> com.esq.org.exceptionbase.#mycustomexception# I have defined transactional camel route and using a custom

Camel ExchangeTimedOutException

2011-06-07 Thread Ravi
eadID=2981&tstart=15 Thanks Ravi 17:49:56,333 | DEBUG | qtp-10530939-301 | OutboundExchangeProcessor| ? ? | 147 - com.Common - 1.0.0.SNAPSHOT | Enrich Exchange with properties and headers 17:49:56,334 | WARN | qtp-10530939-301 |