Re: org.apache.camel.NoTypeConversionAvailableException while using WireTap

2016-06-07 Thread ranjitkumarm
No exchange is not null. I have found out a way to overcome this by invoking the loggerservice from a different route, .bean("requestUpdater", "setRequestToInProcessState") .wireTap("direct:logRoute") .newExchangeBody(constant("Some log message.")) .end() .enrich("bean:aBean?method=some

Re: org.apache.camel.NoTypeConversionAvailableException while using WireTap

2016-06-06 Thread ranjitkumarm
Hi Yogesh, Yes it has a method with an argument of type Exchange. The method is annotated by the camel handler annotation. Regards, Ranjit On Tuesday 7 June 2016, yogu13 [via Camel] < ml-node+s465427n5783497...@n5.nabble.com> wrote: > Hi, > > I am suspecting the LoggerService bean has a

org.apache.camel.NoTypeConversionAvailableException while using WireTap

2016-06-06 Thread ranjitkumarm
Hello, I am encountering NoTypeConversionAvailableException while using WireTap in my routes. An excerpt from the route is as follows, .bean("requestUpdater", "setRequestToInProcessState") .wireTap("bean:loggerService") .newExchangeBody(constant("Some log message.")) .end() .enri

Apache CXF : NullPointerException

2014-03-03 Thread ranjitkumarm
Hi, I was trying to expose a web service using Apache Camel (2.12.3) and Apache CXF (2.7.10). My route configuration is as follows, I am running this on a jetty server which I embedded in my custom application. I am getting the following error on startup, Has anybody encountered this befor

FTP Component - Failed to resolve endpoint

2012-10-25 Thread ranjitkumarm
Hi All, I am using the Apache Camel FTP Component version 2.10.1 for transferring files from a remote location. The password for the remote location contains special characters like ';' and '&'. Due to this an 'org.apache.camel.ResolveEndpointFailedException' is being thrown while initializi

Re: Camel SMPP - Track connection failures with SMSC

2012-02-26 Thread ranjitkumarm
Hi Christian, I have raised a new featurue request in JIRA. https://issues.apache.org/jira/browse/CAMEL-5043 https://issues.apache.org/jira/browse/CAMEL-5043 Thanks & Regards, Ranjit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-Track-connection-failures-w

Re: Camel SMPP - Track connection failures with SMSC

2012-02-24 Thread ranjitkumarm
Hi Christian, Thank you for the response. I think the provision to set a custom SessionStateListener is fair enough and can be used for sending the mail alerts. Please help me on as how to raise a JIRA issue as I am fairly new to this forum. Best Regards, Ranjit -- View this message in conte

Camel SMPP - Track connection failures with SMSC

2012-02-23 Thread ranjitkumarm
Hi, We have used camel SMPP for sending short messages. Whenever the binding is lost with the SMSC the default error handler is triggered which keeps on trying to establish the connection. We have a requirement to send mail alerts if the binding has been lost since last 'x' minutes. Is there an

Re: Camel SMPP - Setting Relative times for CamelSmppValidityPeriod

2012-01-04 Thread ranjitkumarm
he WIKI soon. > Now you can set the validity period (absolute and relative) also as string. > > [1] https://issues.apache.org/jira/browse/CAMEL-4862 > > Best, > Christian > > On Wed, Jan 4, 2012 at 2:15 PM, ranjitkumarm <[hidden email]> wrote: > >> Hi Claus, >

Re: Camel SMPP - Setting Relative times for CamelSmppValidityPeriod

2012-01-04 Thread ranjitkumarm
2012 at 6:18 AM, ranjitkumarm <[hidden email]> wrote: >> Hi Christian, >> >> Thank you for you reply. I had already explored the second option >> you had suggested, but unfortunately it does not hold good for me, reason >> being the time of the SMSC

Re: Camel SMPP - Setting Relative times for CamelSmppValidityPeriod

2012-01-01 Thread ranjitkumarm
Hi Christian, Thank you for you reply. I had already explored the second option you had suggested, but unfortunately it does not hold good for me, reason being the time of the SMSC server and and the machine on which my client program is running may not be in synch which will lead to un

Camel SMPP - Setting Relative times for CamelSmppValidityPeriod

2011-12-30 Thread ranjitkumarm
Hi, I am using Camel version 2.8.3 for sending short messages to SMSC. I have a requirement to set a relative time as the message validity period. But I think camel only supports absolute time formats, eventhough the documentation at http://camel.apache.org/smpp.html http://camel.apache.org/smp