Re: need help

2022-12-24 Thread Chirag
Karthik, while you can always write a new component, but is specific usecase not supported by any existing component? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Dec 19, 2022 at 6:08 AM Claus Ibsen wrote: > > On Mon, Dec 19, 2022 at 11:27 AM K

Re: need help

2022-12-19 Thread Claus Ibsen
On Mon, Dec 19, 2022 at 11:27 AM Kartheek Veebhudi < kartheek.veebh...@gmail.com> wrote: > Hi Camel Users, > > We have a file transmission application which uses Apache Camel which is a > legacy application running on 2.25 version. We have created a custom > endpointConfiguration like > uri="ndmf

need help

2022-12-19 Thread Kartheek Veebhudi
Hi Camel Users, We have a file transmission application which uses Apache Camel which is a legacy application running on 2.25 version. We have created a custom endpointConfiguration like ndmfile is an customEndpoint and using endpoint.setEndPointConfiguration() and getEndPointConfiguration(). C

We need help with NamedCassandraIdempotentRepository. Some question about CassandraAgregationRepository class.

2021-08-16 Thread Тропин Кирилл Витальевич
Good afternoon. My name is Kiriil. I am Software Engineer on a Integration project and we use Apache Camel. We have some problem with NamedCassandraIdempotentRepository. In my code we call the process inside the routing, then inside this process we call the route builder which is responsibl

Re: Need help for Oauth2.0 API call

2017-07-28 Thread Claus Ibsen
There is no oauth support from Camel pov in those components afaik. If you have some kind of access token, then you can set the bearer token header manually via a HTTP header afair. But you may need to provide more details what you need / must do. On Thu, Jul 27, 2017 at 4:54 PM, Vanshul.Chawla

Need help for Oauth2.0 API call

2017-07-27 Thread Vanshul . Chawla
Hello, We are implementing an API call to external API which supports Oauth2.0. It's a https call . I got links saying Oauth2.0 is not supported. Is there any workaround for Oauth 2.0 in Camel http-4 or http component? Vanshul

Re: Need help on Camel-Ignite Coomponent

2017-05-31 Thread solomon
Thanks a lot Andrea Cosentino Regards -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-on-Camel-Ignite-Coomponent-tp5801433p5801607.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help on Camel-Ignite Coomponent

2017-05-31 Thread Andrea Cosentino
cessorDefinition.makeProcessor(ProcessorDefinition.java:495) at org.apache.camel.model.ProcessorDefinition.addRoutes(ProcessorDefinition.java:219) at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1069) ... 12 more Can you please tell me what am I doing wrong to solve this issue.

Need help on Camel-Ignite Coomponent

2017-05-31 Thread solomon
what am I doing wrong to solve this issue. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-on-Camel-Ignite-Coomponent-tp5801433.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bindy DefaultValue is not working. Need help

2017-05-23 Thread Onder SEZGIN
; > > -- > > View this message in context: http://camel.465427.n5.nabble. > com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5800037.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > - > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >

Re: Bindy DefaultValue is not working. Need help

2017-05-22 Thread Claus Ibsen
You can create a JIRA and submit a fix via github PR http://camel.apache.org/contributing > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5800037.html > Sent from the Camel - Users mailing list

Re: Bindy DefaultValue is not working. Need help

2017-05-22 Thread kschroeder
Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5800037.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need Help: Using ServiceCall EIP and camel-ribbon component to discover service from Netflix Eureka Server

2017-05-09 Thread sameekbhaumik
Developed my own Camel Component to discover a service registered in Netflix Eureka Server -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-Using-ServiceCall-EIP-and-camel-ribbon-component-to-discover-service-from-Netflix-Eureka-Sr-tp5797647p5799184.html Sent from

Need Help: Using ServiceCall EIP and camel-ribbon component to discover service from Netflix Eureka Server

2017-04-13 Thread sameekbhau...@yahoo.co.in
ple of questions: 1) Can I use ServiceCall EIP and camel-ribbon component to discover a service registered in Netflix Eureka Server? 2) If yes, pls help me in getting it working. Thanks in advance. Regards, Sameek Bhaumik -- View this message in context: http://camel.465427.n5.nabble.com/Need-He

Re: Need help retaining files in source folder..

2017-03-30 Thread Hari
Thanks a lot Claus. I moved the filter to file end point . It worked. from("file:d://data//inprocess/?recursive=true&filter=#myfilefilter") Thanks again. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-retaining-files-in-source-folder-tp5796053p579

Re: Need help retaining files in source folder..

2017-03-24 Thread Claus Ibsen
I need the > file to remain in the source folder. The below route does not move the file > when the filter returns false, which is exactly what i want, but it is > moving the file to .camel folder. > > Need help to retain the file in the source folder, when the condition is not > met

Re: Need help retaining files in source folder..

2017-03-23 Thread Quinn Stevenson
for > every 2 hrs to move the completed files. > > Any ideas on how to manage this will be of great help.. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Need-help-retaining-files-in-source-folder-tp5796053p5796055.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help retaining files in source folder..

2017-03-23 Thread Hari
completed status. I was planning on running camel in quartz for every 2 hrs to move the completed files. Any ideas on how to manage this will be of great help.. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-retaining-files-in-source-folder-tp5796053p5796055.html

Re: Need help retaining files in source folder..

2017-03-23 Thread souciance
turns true > or false , based on the condition. When the condition is not met, I need > the file to remain in the source folder. The below route does not move the > file when the filter returns false, which is exactly what i want, but it is > moving the file to .camel folder. > >

Need help retaining files in source folder..

2017-03-23 Thread Hari
the file to remain in the source folder. The below route does not move the file when the filter returns false, which is exactly what i want, but it is moving the file to .camel folder. Need help to retain the file in the source folder, when the condition is not met. Tried noop and delete options

Re: Bindy DefaultValue is not working. Need help

2017-03-14 Thread Amruta Jawlekar
Thank you very much! -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5795437.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bindy DefaultValue is not working. Need help

2017-03-14 Thread Tomohisa Igarashi
CSV to object. For marshalling from object to CSV, unbind method is used in which defaultvalue is not set. Let me know if my understanding is correct. -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5795409.html Sent from

Re: Bindy DefaultValue is not working. Need help

2017-03-14 Thread Amruta Jawlekar
ttp://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5795409.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Bindy DefaultValue is not working. Need help

2017-03-13 Thread Amruta Jawlekar
2.17.3 -- View this message in context: http://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402p5795403.html Sent from the Camel - Users mailing list archive at Nabble.com.

Bindy DefaultValue is not working. Need help

2017-03-13 Thread Amruta Jawlekar
is message in context: http://camel.465427.n5.nabble.com/Bindy-DefaultValue-is-not-working-Need-help-tp5795402.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help in processing comma seperated text file

2016-10-19 Thread raghavender.anth...@gmail.com
ge in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930p5788947.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help in processing comma seperated text file

2016-10-14 Thread Ranx
test to write the results out. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930p5788812.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help in processing comma seperated text file

2016-10-14 Thread raghavender.anth...@gmail.com
Can someone guide me on this? Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930p5788783.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help in processing comma seperated text file

2016-09-23 Thread raghavender.anth...@gmail.com
mind that the source file can contain 100,000-10,00,000 records. especially the step 1, step 2 are gonna take much time if the volume of the data is huge. Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930p57

Re: Need help in processing comma seperated text file

2016-09-23 Thread raghavender.anth...@gmail.com
|11108| DELETE|ITEM_XREF|1| Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930p5787957.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help in processing comma seperated text file

2016-09-23 Thread Steve973
in your example, > you could attempt to split the file into sections that way, and handle each > split task differently, based on the "operation". It will be more complex > to code. So the question is: what would you gain by this? > > -- > If

Re: Need help in processing comma seperated text file

2016-09-22 Thread raghavender.anth...@gmail.com
that way, and handle each split task differently, based on the "operation". It will be more complex to code. So the question is: what would you gain by this? -- If you reply to this email, your message will be added to the discussion below: http://camel.46542

Re: Need help in processing comma seperated text file

2016-09-22 Thread DariusX
w this message in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930p5787941.html Sent from the Camel - Users mailing list archive at Nabble.com.

Need help in processing comma seperated text file

2016-09-22 Thread raghavender.anth...@gmail.com
rmat.* Your help is much appreciated. Thank you. Best Regards, Raghu -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-in-processing-comma-seperated-text-file-tp5787930.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help for routing

2016-08-18 Thread Brad Johnson
Part of the answer here, I suspect, is to use the EIPs for content based router (CBR) or if you later need more sophistication and flexibility use a recipientList. http://camel.apache.org/content-based-router.html http://camel.apache.org/recipient-list.html On Thu, Aug 18, 2016 at 6:50 AM, MD.Ras

Need help for routing

2016-08-18 Thread MD.Rashed Mhabub
Hi, I am very new at camel. I study it only for one day. But I need to perform a task immediately. Could you please help me. I will be very thankful to you if I got the solution of the following problem - 1. select scheduled [※1:notice record list]. select * from push_notice_queue where deli

Re: NEED HELP: Exchanges remain inflight on route with recipientList to netty:udp

2015-10-27 Thread SteveR
file/n5773080/IN_FLIGHT_1.png> -- View this message in context: http://camel.465427.n5.nabble.com/NEED-HELP-Exchanges-remain-inflight-on-route-with-recipientList-to-netty-udp-tp5773079p5773080.html Sent from the Camel - Users mailing list archive at Nabble.com.

NEED HELP: Exchanges remain inflight on route with recipientList to netty:udp

2015-10-27 Thread SteveR
y) .stop() // Stops subsequent routing of the current Exchange and marks it as completed. .end(); // Ends the current block. -- View this message in context: http://camel.465427.n5.nabble.com/NEED-HELP-Exchanges-remain-inflight-on-route-with-recipientList-to-netty-udp-tp5773079.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: NEED HELP: Exchanges remain inflight on route with recipientList() or toD()

2015-10-27 Thread SteveR
y.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) [jetty-util-9.2.11.v20150529.jar:9.2.11.v20150529] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75] -- View this message in context: http://camel.465427.n5.nabble.com/NEED-HELP-Exchanges-remain-inflight-

Re: NEED HELP: Exchanges remain inflight on route with recipientList() or toD()

2015-10-27 Thread SteveR
By the way, on the ack-back route in question that sends the UDP acknowledgement via *netty:udp*, I've tried with and without the *udpConnectionlessSending *option and neither way works. -- View this message in context: http://camel.465427.n5.nabble.com/NEED-HELP-Exchanges-remain-inflig

Re: Need help on this: Exception occurred during execution on the exchange: Exchange[Message: ]

2015-10-23 Thread Greg Autric
2:26 Objet: Need help on this: Exception occurred during execution on the exchange: Exchange[Message: ] Hi I would like to know in which scenario are we expecting the below exception, and how to prevent this. My application was running for a day , and suddenly I see this. So trying to understan

Need help on this: Exception occurred during execution on the exchange: Exchange[Message: ]

2015-10-23 Thread Shylendran C
Hi I would like to know in which scenario are we expecting the below exception, and how to prevent this. My application was running for a day , and suddenly I see this. So trying to understand the root cause. Exception occurred during execution on the exchange: Exchange[Message: ] Jar files that

org.apache.camel.ProducerTemplate in a Multi-thread code - Breaking, need help...

2015-10-19 Thread Shylendran C
I have a multi-threaded application where I have to send message continuously and I am using org.apache.camel.ProducerTemplate. But since it is a multi-threaded, it is breaking and getting the below exceptions. So, I've tried with 'static synchronized' where everything is working, but we can't go w

Re: Need help getting Camel ActiveMQComponent working in Tomcat web app

2015-09-19 Thread Claus Ibsen
beans in the app context but injection seems to fail > regardless of which bean I try to inject using different injection > annotations. > > I'm still conceptually missing something. > > Thanks. > > > > -- > View this message in context: > http://camel.465427.

Re: Need help getting Camel ActiveMQComponent working in Tomcat web app

2015-09-18 Thread jcraw62
ferent injection annotations. I'm still conceptually missing something. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-getting-Camel-ActiveMQComponent-working-in-Tomcat-web-app-tp5771612p5771672.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help getting Camel ActiveMQComponent working in Tomcat web app

2015-09-18 Thread Claus Ibsen
See this FAQ about producer template and also its javadoc http://camel.apache.org/why-does-camel-use-too-many-threads-with-producertemplate.html On Fri, Sep 18, 2015 at 6:48 AM, jcraw62 wrote: > Need help getting Camel ActiveMQComponent working in Tomcat web app > > I’m sure I’ve gone a

Need help getting Camel ActiveMQComponent working in Tomcat web app

2015-09-17 Thread jcraw62
Need help getting Camel ActiveMQComponent working in Tomcat web app I’m sure I’ve gone about this wrong but I’ve had no success after spending several days. I have a web app running on Tomcat 8.0.26. My requirement is to be able to use pooled ActiveMQ 5.12.0 connections to have POJOs send

Re: Need help in running camel in raspberry pi

2015-07-17 Thread Christian Müller
> . > Please let me know if i have done anything wrong in the project which might > have caused the issue. > > Thanks and Regards, > Parul > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Fwd-Need-help-in-running-camel-in-raspberry-pi-tp5768895p5769318.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Need help in running camel in raspberry pi

2015-07-15 Thread Henryk Konsek
ect which might > have caused the issue. > > Thanks and Regards, > Parul > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Fwd-Need-help-in-running-camel-in-raspberry-pi-tp5768895p5769318.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Need help in running camel in raspberry pi

2015-07-14 Thread Parul
Hi All, I have uploaded sample code @ https://github.com/parulagrawal14/Came-Kura. Please let me know if i have done anything wrong in the project which might have caused the issue. Thanks and Regards, Parul -- View this message in context: http://camel.465427.n5.nabble.com/Fwd-Need-help-in

Re: Need help in running camel in raspberry pi

2015-07-10 Thread Parul
MANIFEST.MF file and the complete project. Kindly help me in resolving this issue. Thanks in advance. Thanks and Regards, Parul -- View this message in context: http://camel.465427.n5.nabble.com/Fwd-Need-help-in-running-camel-in-raspberry-pi-tp5768895p5769119.html Sent from the Camel - Users

Re: Need help in running camel in raspberry pi

2015-07-07 Thread Henryk Konsek
Hi Parul, The LWM2M branch of Kura is known to be currently broken as far as I know. Can you try to deploy the regular Kura distribution? Cheers! pon., 6.07.2015 o 08:23 użytkownik Parul Agrawal napisał: > > Hi, > > I am trying to run Camel as OSgi bundle in Kura with raspberry as the > target

Re: Need help in running camel in raspberry pi

2015-07-07 Thread Christian Müller
Hi Parul, please use the users mailing list for such kind of questions. Can you share your MANIFEST.MF file with us? Or the complete project? Maybe your OSGI metadata are not correct... Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache

Fwd: Need help in running camel in raspberry pi

2015-07-05 Thread Parul Agrawal
Hi, I am trying to run Camel as OSgi bundle in Kura with raspberry as the target device. Just to get hands on I followed below mentioned steps. 1) Downloaded Kura from *https://github.com/eclipse/kura * with lwm2m branch since I wanted support for Lwm2m in Kura.

Re: Need help realted to Karaf on unix

2014-12-23 Thread jb
Hi Prithvi, you asked the same question on the Karaf mailing list, where you got some highlight and what you can do. Regards JB Le 2014-12-22 12:00, Mane-EXTERNAL Prithivraj a écrit : Hi , I am running Karaf server on Unix . I have started the Karaf server in non console mode by executing

Re: Need help realted to Karaf on unix

2014-12-23 Thread Claus Ibsen
Hi This is not a Camel question. Please do not cross post this question. It belongs on the Karaf user mailing list. On Mon, Dec 22, 2014 at 12:00 PM, Mane-EXTERNAL Prithivraj wrote: > Hi , > > I am running Karaf server on Unix . > I have started the Karaf server in non console mode by executin

Need help realted to Karaf on unix

2014-12-23 Thread Mane-EXTERNAL Prithivraj
Hi , I am running Karaf server on Unix . I have started the Karaf server in non console mode by executing ./karaf server command . Now I want to deploy my bundle in next step . Since server is not fully stared yet , my command for deploying bundle getting failed . Is there any way to

Re: Need help with OAuth for Camel Https Client

2014-10-14 Thread Sergey Beryozkin
tokens are introduced but for many cases it is easy enough... Thanks, Sergey Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-with-OAuth-for-Camel-Https-Client-tp5757513p5757561.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need help with OAuth for Camel Https Client

2014-10-14 Thread camelcoder07
Thanks for the reply. Is it possible to do what I am doing above using cxf and oauth since the web service I am posting to is a REST web service? Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-with-OAuth-for-Camel-Https-Client-tp5757513p5757561.html

Re: Need help with OAuth for Camel Https Client

2014-10-13 Thread Charles Moulliard
b service using API key > but > I need help understanding how to make the conversion to OAuth. I have > found > a tutorial for Gauth, but must I use google for this? > > I have also been given the following additional information as to what to > call when using OAuth: > G

Need help with OAuth for Camel Https Client

2014-10-13 Thread camelcoder07
I am needing some help understanding how I can change a camel router from using API key authentication to OAuth which is required by the web service. I currently have the below code working to the web service using API key but I need help understanding how to make the conversion to OAuth. I have

AW: Need help

2014-08-18 Thread jhm
he success message using a velocity makro; access to exchange headers ("OrderId") is possible Jan > -Ursprüngliche Nachricht- > Von: Radhakrishna Kalyan [mailto:nrkkal...@gmail.com] > Gesendet: Montag, 18. August 2014 12:48 > An: users@camel.apache.org > Betreff: Need help

Need help

2014-08-18 Thread Radhakrishna Kalyan
Hi, I have a requirement where I have to download a xml file from a jms queue and upload only a specific part of that xml file to a ftp server and finally send a status message to a different jms queue. i.e my jms message may have the following structure. <*OrderId*>123 <*FileName*>abc.

RE: Need help

2014-08-15 Thread Ravindra.Godbole
It looks like your main process is terminating after consuming the message. If you are using spring dsl, here is how you can keep it running for ever. Main referred here is org.apache.camel.spring.Main. Refer here for more detailed explanation. http://camel.apache.org/running-camel-standalone-a

Need help

2014-08-15 Thread Radhakrishna Kalyan
Hi I am very new to camel. I have a very basic question. I have a standalone application, and I want to download a message from a jms queue and email it to some address. This should happen when ever someone sends a message to that queue. I tried but the application is getting terminated after sen

Re: CAMEL :CFX : WEBSERVICE : ROUTING .....need Help

2014-05-19 Thread Claus Ibsen
On Fri, May 16, 2014 at 5:57 AM, N.S.KARTHIK wrote: > hi > > Can somebody give me some idea on How to achieve the same using SPRING DSL > Only ... > > > *client (producer) --> wsdl(consumer) --> camel:cfx --> camel:routers --> > camel:choice --> camel:jdbc --> DB tables.* > > > I am pretty confus

Re: CAMEL :CFX : WEBSERVICE : ROUTING .....need Help

2014-05-18 Thread Charles Moulliard
Hi Karthik, The Camel CXF component documentation provides different examples using Spring DSL : http://camel.apache.org/cxf.html Regards, On Fri, May 16, 2014 at 5:57 AM, N.S.KARTHIK wrote: > hi > > Can somebody give me some idea on How to achieve the same using SPRING DSL > Only ... > > > *

Re: CAMEL :CFX : WEBSERVICE : ROUTING .....need Help

2014-05-16 Thread N.S.KARTHIK
hi Can somebody give me some idea on How to achieve the same using SPRING DSL Only ... *client (producer) --> wsdl(consumer) --> camel:cfx --> camel:routers --> camel:choice --> camel:jdbc --> DB tables.* I am pretty confused between "jaxws:endpoint" and cxf:cxfEndpoint for handling th

Re: CAMEL :CFX : WEBSERVICE : ROUTING .....need Help

2014-05-14 Thread N.S.KARTHIK
Joe thx for the reply, >>I have to write a content based router on the hosting side ( not consumer client side ) the router in this case should be performing 2 tasks * 1) Expose as producer in form as WebService [ WSDL ] 2) Route the posted data from the webservices to DB based on the

Re: CAMEL :CFX : WEBSERVICE : ROUTING .....need Help

2014-05-13 Thread Joe Shevland
Does choice() help? e.g. from(yourCxfEndpoint).choice() .when(header("someHeader").endsWith("something")) .to("A") .when(header("someHeader").endsWith("somethingElse")) .to("B"); I guess the Spring DSL you'd use ... instead. On 12/05/14 13:59, N.S.KART

Re: CAMEL :CFX : WEBSERVICE : ROUTING .....need Help

2014-05-11 Thread N.S.KARTHIK
Hi >>CAMEL :CFX : WEBSERVICE : ROUTING a little Help in above said Routing support would be appreciated -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-CFX-WEBSERVICE-ROUTING-tp5750957p5751004.html Sent from the Camel - Users mailing list archive at Nabble.com.

Need help getting started with CXF example in Camel

2014-05-04 Thread Stephen Cameron
Hi, I'd like to ask for some help getting started with a Camel SOAP Consumer. I've tried following some recipes but cannot get off square one. Firstly, I have a WSDL and can generate a request using SoapUI that works. It gets the results that I want. The generated request is simple enough. http

Re: Need help to send multiple messages from a groovy route

2014-04-14 Thread Claus Ibsen
. Is there any configuration or property setting that can be done in > camel in order to achieve this. If so, please help me know how to achieve > this. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Need-help-to-send-multiple-messages-from-a-gr

Need help to send multiple messages from a groovy route

2014-04-14 Thread amit.bce
7.n5.nabble.com/Need-help-to-send-multiple-messages-from-a-groovy-route-tp5750181.html Sent from the Camel - Users mailing list archive at Nabble.com.

Apache Camel and ActiveMQ - need help

2014-01-15 Thread gadido30
Regards Gadi -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-and-ActiveMQ-need-help-tp5746019.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need Help in Quartz Scheduler

2013-12-03 Thread Claus Ibsen
> } > }); > > context.start(); > Thread.sleep(3000); > System.out.println("context started and running"); > } > } > > > > -- > View this message in cont

Need Help in Quartz Scheduler

2013-12-03 Thread trilochan237
context.start(); Thread.sleep(3000); System.out.println("context started and running"); } } -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-in-Quartz-Scheduler-tp5744239.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need Help in configuring a router to run to run parallally & every 30 minutes

2013-10-02 Thread James Carman
have is since we are adding multiple > routes and bydefault camel behaviour is pipeline. Where do I need to ensure > that this should happen in parrlell (multi-cast may be?) > > Regards > Ashok Gudise > > > > -- > View this message in context: > http://camel.465427.n

Re: Need Help in configuring a router to run to run parallally & every 30 minutes

2013-10-02 Thread gudiseashok
-- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-in-configuring-a-router-to-run-to-run-parallally-every-30-minutes-tp5740755p5740769.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need Help in configuring a router to run to run parallally & every 30 minutes

2013-10-02 Thread gudiseashok
/Need-Help-in-configuring-a-router-to-run-to-run-parallally-every-30-minutes-tp5740755p5740763.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Need Help in configuring a router to run to run parallally & every 30 minutes

2013-10-02 Thread Hilderich
Hello gudiseashok, When you are willing to start the route above flexible more than once than you should consider to create this route as a dynamic one: Maybe this is what you need? Cheers Hilderich -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-in

Need Help in configuring a router to run to run parallally & every 30 minutes

2013-10-02 Thread gudiseashok
ectory}}?delay="30"/> Thanks for taking time to read my post, and kindly Suggest a best solution. Regards Ashok Gudise -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-in-configuring-a-router-to-run

Re: Need Help in a scenario, which is not working as expected: Camel Route based code

2013-09-10 Thread Taariq Levack
> > > > > > >uri="sftp://{{sftp.username}}@{{sftp.remote.source.system}}// > > {{sftp.remote.log.directory}}?password={{sftp.password}}&binary=true&timeout="90"&delay="60"/> > > > > > > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Need-Help-in-a-scenario-which-is-not-working-as-expected-Camel-Route-based-code-tp5739029.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Need Help in a scenario, which is not working as expected: Camel Route based code

2013-09-10 Thread gudiseashok
}}@{{sftp.remote.source.system}}// {{sftp.remote.log.directory}}?password={{sftp.password}}&binary=true&timeout="90"&delay="60"/> -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-in-a-scenario-which-is-not-working

Need help trying to pull from paged web api

2013-08-15 Thread Dale King
I am a newbie to Camel and am trying to set up Camel route(s) to tackle this situation. I want to update a local database with records that are made available through a web API and periodically pull in new records to the database. Unfortunately, the only API to access the records is a paged API w

Need Help to configure scalability(vertical,horizontal) and network connectors in camel

2013-07-04 Thread loganathan
network connectors in the xml file.can anyone help me to move forward. -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-to-configure

Re: need help with error handling

2013-04-08 Thread Nico Mommaerts
Yeah I added allowStreaming=false explicitly to my endpoints now, but I don't think they were running in streaming mode cause I was able to modify the SOAP header Anyways, the problem with the logging level mysteriously seems to be solved, even when I remove the allowStreaming option again. The we

Re: need help with error handling

2013-04-08 Thread Claus Ibsen
See the bottom of the camel-cxf wiki page, about Streaming Support in PAYLOAD mode On Mon, Apr 8, 2013 at 3:08 PM, Nico Mommaerts wrote: > No I don't think I'm running in streaming mode: > http://camel.apache.org/schema/spring"; > streamCache="false" trace="false"> > > > > >

Re: need help with error handling

2013-04-08 Thread Nico Mommaerts
No I don't think I'm running in streaming mode: http://camel.apache.org/schema/spring"; streamCache="false" trace="false"> On Mon, Apr 8, 2013 at 2:29 PM, Claus Ibsen wrote: > Hi > > Sounds like you use camel-cxf / CXF in streaming mode. > See the top of this page, the

Re: need help with error handling

2013-04-08 Thread Claus Ibsen
Hi Sounds like you use camel-cxf / CXF in streaming mode. See the top of this page, the green tip bar, and its link(s) http://camel.apache.org/cxf On Fri, Apr 5, 2013 at 2:33 PM, Nico Mommaerts wrote: > Hey, > > I've been reading the chapter on Error handling over and over but I'm still > fail

Re: need help with error handling

2013-04-05 Thread Nico Mommaerts
This is..frustrating Putting the redeliveryDelay at 5000 solves the Missing operation fault, but I'm talking to a mock soapui service which always return the same response, how can the redeliveryDelay influence this?? To recap: I got redelivery working if I put the loglevel of org.apache.camel.pr

Re: need help with error handling

2013-04-05 Thread Nico Mommaerts
log4j.logger.org.apache.camel.processor.SendProcessor=DEBUG => some redelivery seems to be happening but still getting errors: org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: http://schemas.xmlsoap.org/soap/envelope/";>

Re: need help with error handling

2013-04-05 Thread Nico Mommaerts
I'm getting nearer: from("cxf:bean:brokerOrderLimit?dataFormat=PAYLOAD") .onException(SoapFault.class) .onWhen(thalerLoginExceptionPredicate) .handled(true) .maximumRedeliveries(3) .redeliveryDelay(100) .retryAttemptedLogLevel(LoggingLevel.WARN) .onRedelivery(new Processor() { @Override public

need help with error handling

2013-04-05 Thread Nico Mommaerts
Hey, I've been reading the chapter on Error handling over and over but I'm still failing miserably.. My scenario: a cxf proxy route which modifies the soapheaders, I want all soapfaults to be returned as-is to the caller, except when the soapfault contains a certain string. In that case I want to

Re: Need help with cxfrs component, actually RESTful service consumption, in general

2013-03-31 Thread Raul Kripalani
Hi guys, Take a look at the new Simple binding style for CXFRS consumers, which greatly simplifies consuming REST requests: https://cwiki.apache.org/confluence/display/CAMEL/CXFRS#CXFRS-ConsumingaRESTRequestSimpleBindingStyle . Fresh out of the oven. Regards, *Raúl Kripalani* Enterprise Archite

Re: Need help with cxfrs component, actually RESTful service consumption, in general

2013-03-29 Thread Chris Wolf
Hello - I just used camel-http to do my RESTful service invocation and it's good enough for my basic purposes. -Chris On Fri, Mar 29, 2013 at 11:30 AM, Chris Wolf wrote: > On Fri, Mar 29, 2013 at 9:23 AM, Sergey Beryozkin > wrote: >> On 29/03/13 11:05, Claus Ibsen wrote: >>> >>> Hi >>> >>>

Re: Need help with cxfrs component, actually RESTful service consumption, in general

2013-03-29 Thread Chris Wolf
On Fri, Mar 29, 2013 at 9:23 AM, Sergey Beryozkin wrote: > On 29/03/13 11:05, Claus Ibsen wrote: >> >> Hi >> >> There is also camel-restlet >> http://camel.apache.org/restlet >> >> It may be easier to get hold of and use. But CXF may have more >> configuration options, but is also IMHO harder to g

Re: Need help with cxfrs component, actually RESTful service consumption, in general

2013-03-29 Thread Chris Wolf
I see that the default method is GET, but I urlendcoded the '?' that is part of the service URL, rather then restlet URL. However, it's getting a "no consumer error". My route is: from("direct:readsvc") .to("restlet:http://localhost:4040/some/service%3Fparam1=/root/level2[id='xyz']") .to("log:re

Re: Need help with cxfrs component, actually RESTful service consumption, in general

2013-03-29 Thread Chris Wolf
Ok, before I go the CXF-RS route (no pun intended) I want to try restlet. To clarify - can I use restlet to consume any RESTful service, or does the service have to be a restlet service? The example client-side code on the the page: http://camel.apache.org/restlet Has: from("direct:start-auth")

Re: Need help with cxfrs component, actually RESTful service consumption, in general

2013-03-29 Thread Chris Wolf
Willem, Thanks for the link - I thought I had all the tests because I checked out the code a while ago - then I realized I had only checked out camel-core. BTW, the link you provided is a little off, but I found what I needed to at here: https://svn.apache.org/repos/asf/camel/trunk/components/c

  1   2   3   >