Getting error while using "CXF_MESSAGE"

2020-10-07 Thread Bikash Kaushik
ap.org/soap/envelope/ ">soap:ServerNo binding operation info while invoking unknown method with params unknown . *Please suggest any solution.* -- *Regards,* *Bikash Kaushik,* *NIT Jamshedpur*

Camel Kubernetes Deployment Component issue

2021-04-28 Thread Bikash Kaushik
ocess(KubernetesDeploymentsProducer.java:83) at org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:66) at org.apache.camel.processor.SendProcessor.lambda$process$2(SendProcessor.java:191) -- *Regards,* *Bikash Kaushik*

Re: Camel Kubernetes Deployment Component issue

2021-04-28 Thread Bikash Kaushik
Thanks, it worked. On Wed, Apr 28, 2021 at 4:42 PM Andrea Cosentino wrote: > Hello, > > You need to specify the following header with the number of > replicas: CamelKubernetesDeploymentReplicas > > Cheers. > > Il giorno mer 28 apr 2021 alle ore 13:00 Bikash Kaushik <

Imap filter on sent date

2021-06-27 Thread Bikash Kaushik
Dear Team, I want to fetch mail using the filter on a sent date. Below code I'm trying, but getting error : *Error : Unparseable date.* -- *Regards,* *Bikash Kaushik*

Re: Imap filter on sent date

2021-06-28 Thread Bikash Kaushik
nents/latest/mail-component.html > > On Mon, Jun 28, 2021 at 7:23 AM Bikash Kaushik > wrote: > > > > Dear Team, > > > > I want to fetch mail using the filter on a sent date. Below code I'm > > trying, but getting error : > > &g

Re: Imap filter on sent date

2021-06-28 Thread Bikash Kaushik
> > On Mon, Jun 28, 2021 at 10:10 AM Claus Ibsen > wrote: > > > > Just try it out > > > > On Mon, Jun 28, 2021 at 9:32 AM Bikash Kaushik > > wrote: > > > > > > Yes, I checked this. > > > > > > So, is it possible to sear

User defined beans and processor in Kamelets

2022-10-16 Thread Bikash Kaushik
Dear Team, I want to call/use my custom beans that I created for data processing in Camel-K (Kamelets). Please suggest steps to achieve the requirement. -- *Regards,* *Bikash Kaushik*

Camel Exception handled unknown element issue

2024-05-28 Thread Bikash Kaushik
ected element '{http://camel.apache.org/schema/spring}handled' in classpath:routes/camel-route.xml, line 885, column 26: *Please help me in fixing this issue.* -- *Regards,* *Bikash Kaushik*

Re: Camel Exception handled unknown element issue

2024-05-28 Thread Bikash Kaushik
Ok, thanks On Tue, May 28, 2024 at 4:59 PM Claus Ibsen wrote: > Hi > > You cannot use in as that is the point to handle the > exception. > You need to remove it. > > On Tue, May 28, 2024 at 1:09 PM Bikash Kaushik > wrote: > > > Hi Team, > > > > I

Camel Swagger Implementation

2018-06-26 Thread Bikash Kaushik
187* *Rest Configuration :* *@Kindly help.* *Thanks.* -- *Regards,* *Bikash Kaushik,* *NIT Jamshedpur*

Re: Camel Swagger Implementation

2018-06-27 Thread Bikash Kaushik
apache/camel/tree/master/components/camel-swagger < > https://github.com/apache/camel/tree/master/components/camel-swagger> > I think the easiest way is to use this one. Just checkout the code and > take a look at it. > > best regards, > Bennet > > > On 26. Jun 201

Regarding Swagger Documentation

2018-09-10 Thread Bikash Kaushik
existing projects.* THANKS... -- *Regards,* *Bikash Kaushik,* *NIT Jamshedpur*

splitResults option shows unknown in google-sheets-stream component

2019-06-25 Thread Bikash Kaushik
mel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:3251) at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:3247) -- *Regards,* *Bikash Kaushik,* *NIT Jamshedpur*

Re: splitResults option shows unknown in google-sheets-stream component

2019-06-25 Thread Bikash Kaushik
d to see the gooogle-sheets-stream endpoint URI that > you are using in your route. Could you please provide that, too? Many > thanks! > > Regards, > Christoph > > On Tue, Jun 25, 2019 at 4:28 PM Bikash Kaushik > wrote: > > > Hi, > > > > I'm using g

Re: splitResults option shows unknown in google-sheets-stream component

2019-06-25 Thread Bikash Kaushik
on they ship in their product. > > > > On Tue, Jun 25, 2019 at 5:30 PM Bikash Kaushik > > wrote: > > > > > > Hi, > > > > > > Thanks for reply , > > > > > > *Please find gooogle-sheets-stream endpoint URI :* > &

Option to know all files consumed from ActiveMQ

2019-06-25 Thread Bikash Kaushik
have been retired and failed file moves to another folder, so, that I can zip all files and send it over mail. -- *Regards,* *Bikash Kaushik,* *NIT Jamshedpur*

Read header value in Camel xpath

2019-06-25 Thread Bikash Kaushik
Hi, I want to know , how to pass header value in Camel xpath , *//*[local-name()='EmployeeDataResult']/text() I have to pass header value in between xapth. Regards, Bikash Kaushik

Re: Read header value in Camel xpath

2019-06-26 Thread Bikash Kaushik
path expression to refer to a > Camel header. Its a bit unclear from your example. > > On Wed, Jun 26, 2019 at 8:45 AM Bikash Kaushik > wrote: > > > > Hi, > > > > I want to know , how to pass header value in Camel xpath , > > > > > > headerName=&q

Re: Read header value in Camel xpath

2019-06-26 Thread Bikash Kaushik
github.com/apache/camel/blob/camel-2.24.x/camel-core/src/test/java/org/apache/camel/language/XPathFunctionTest.java > > Hope that help, > Alex > > On Wed, Jun 26, 2019 at 9:42 AM Bikash Kaushik > wrote: > > > Hi, > > > > I want to use header value in xpath

Re: splitResults option shows unknown in google-sheets-stream component

2019-06-26 Thread Bikash Kaushik
In, Camel google sheet, maxResult option didn't work. And when I start my route, it continuosly do polling and do not stop after getting sheet body. Regards, Bikash Kaushik On Wed, Jun 26, 2019 at 8:53 AM Claus Ibsen wrote: > Hi > > Again make sure to align and use the same Came

Process single file if destination location is empty

2019-06-26 Thread Bikash Kaushik
Hi, I am trying to write a process that will use a file endpoint to drop a single file to a directory. The file should be dropped when destination directory is empty otherwise endpoint will wait until destination directory gets empty. -- *Regards,* *Bikash Kaushik,* *NIT Jamshedpur*

Rename File name before Aggregation

2019-07-04 Thread Bikash Kaushik
Hi, I'm consuming file from a location after that I have to compress all files in a zip. For compressing I'm using ZipAggregatorStrategy in aggregate. I want to change consumed file name before aggregating it and that changed filename should be compressed. -- *Regards,* *Bikash Kaushik,*

Query on Date Field Mongo

2019-07-24 Thread Bikash Kaushik
Hello, I want to query on a Date field in Mongo DB in blueprint only. I do not want to use java to get the date object. Is this possible? -- *Regards,* *Bikash Kaushik,*