RE: HOW TO SORT EMAIL POLLING

2015-08-19 Thread Mills, Gary (GE Energy Management, consultant)
Thanks again Claus!!! You're a god send, appreciate your attention in all the business! Gary -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Wednesday, August 19, 2015 1:01 AM To: users@camel.apache.org Subject: Re: HOW TO SORT EMAIL POLLING Hi You can use

Properties Management Question

2015-08-19 Thread James L Greene
IĀ¹m not a big Spring user, so I apologize in advance if this question is a bit basic. For managing my applicationĀ¹s properties, I have a single file which contains details for all of my non-production environments/regions. The properties look something like this: dev.source.uri=...

File watcher and FTP using Camel

2015-08-19 Thread Ganesh.Yadav
Hello Camel Experts, I am new to Camel, I would like implement File watcher and FTP using Camel, can someone point me to Camel tutorial how this can be achieved? Need is to watch or keep on polling a folder on Unix or windows and FTP files as they appear. This should happen 24/7 would need

camel http v/s cxfrs component to consume REST service

2015-08-19 Thread calyan.bandi
Hi, I am trying to consume a REST webservice using the cxfrs component. The code looks as below: cxf:rsClient id=restClient address=http://localhost:8080/camel-cxf-rest/webapi/myapp/hello/greet; serviceClass=org.examples.camel.camel_cxfrs_client.HelloWorldIntf

Re: Properties Management Question

2015-08-19 Thread Claus Ibsen
Hi Yeah you are welcome to dive into the source, to see if we can add those prefix/suffix to the bridge. I am not aware of a tech reason not to. Assuming we can append those prefix/suffix in the bridge before letting spring resolve it. On Wed, Aug 19, 2015 at 2:18 PM, James L Greene

Re: camel http v/s cxfrs component to consume REST service

2015-08-19 Thread Sergey Beryozkin
Hi I've checked the latest source, I see: // set response if (exchange.getPattern().isOutCapable()) { // ... exchange.getOut().setBody(binding.bindResponseToCamelBody(response, exchange)); } The producer can optionally invoke against the proxy interface representing the target

Re: File watcher and FTP using Camel

2015-08-19 Thread Claus Ibsen
Hi There is a ftp example in the Camel distribution https://github.com/apache/camel/tree/master/examples On Wed, Aug 19, 2015 at 5:22 PM, ganesh.ya...@sungard.com wrote: Hello Camel Experts, I am new to Camel, I would like implement File watcher and FTP using Camel, can someone point me to

what's happening to camel extra?

2015-08-19 Thread Tim Dudgeon
Now that the Google code site is about to switch to read only (https://code.google.com/a/apache-extras.org/p/camel-extra/) I wondered what is going to happen to the Camel Extras stuff? Tim

Re: spring osgix:cm-properties not reloading the properties

2015-08-19 Thread chaituu
reloading properties at runtime working for Spring DM as well. -- View this message in context: http://camel.465427.n5.nabble.com/spring-osgix-cm-properties-not-reloading-the-properties-tp5770739p5770827.html Sent from the Camel - Users mailing list archive at Nabble.com.

Apache Camel XA transaction

2015-08-19 Thread kishoreJ
have to send a message to an endpoint using camel and at the same time if the message is sent successfull then i have to update the database .. These two steps should be done in a single transaction Now i have to roll back the camel message if there is any exception in updating the database or

Re: Apache Camel XA transaction

2015-08-19 Thread Claus Ibsen
Hi You can read about transactions here http://camel.apache.org/transactional-client.html On Thu, Aug 20, 2015 at 5:02 AM, kishoreJ kishore00...@gmail.com wrote: have to send a message to an endpoint using camel and at the same time if the message is sent successfull then i have to update the

Re: HOW TO SORT EMAIL POLLING

2015-08-19 Thread Claus Ibsen
Hi You can use the sortTerm option http://camel.apache.org/mail.html On Tue, Aug 18, 2015 at 10:48 PM, Mills, Gary (GE Energy Management, consultant) gary.mi...@ge.com wrote: Hello all, I need to be able to pull files from email in time sequential order. How can you do this in camel

Camel Restlet basic Authentication

2015-08-19 Thread CloudHuang
Hi all,Now I'm follow the http://camel.apache.org/restlet.html samples to setup the basic authentication success, then I want to using SOAPUI to test it, from the sample, The sample client sends a request to the direct:start-auth endpoint with the following headers: CamelRestletLogin (used