Re: does Camel support PGP Encryption?

2012-09-10 Thread ckalirasa
its working. Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/does-Camel-support-PGP-Encryption-tp5718723p5719060.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: http://central.maven.org/maven2/org/apache/cxf/cxf-rt-transports-common/2.5.5/cxf-rt-transports-common-2.5.5.pom is malformed

2012-09-10 Thread Babak Vahdat
Yeah now it works. Babak -- View this message in context: http://camel.465427.n5.nabble.com/http-central-maven-org-maven2-org-apache-cxf-cxf-rt-transports-common-2-5-5-cxf-rt-transports-commond-tp5718950p5719062.html Sent from the Camel Development mailing list archive at Nabble.com.

Cannot delete file: GenericFile

2012-09-10 Thread ckalirasa
Hi: I am trying to delete the original files after backing up and encrypted. Files are moved and ecrypted successfully. However, it fail to delete the files: Code: public class FileCopierWithCamel{ public static void main(String args[]) throws Exception { // create CamelContext

Re: http://central.maven.org/maven2/org/apache/cxf/cxf-rt-transports-common/2.5.5/cxf-rt-transports-common-2.5.5.pom is malformed

2012-09-10 Thread Daniel Kulp
Over the weekend, I logged: https://issues.sonatype.org/browse/MVNCENTRAL-238 and its now resolved…. Can someone in Europe double check? Dan On Sep 9, 2012, at 1:02 PM, Babak Vahdat wrote: > I also get an empty content for this POM from CH. > > Babak > > Am 09.09.12 17:52 schrieb "Chris

Re: CAMEL-5586

2012-09-10 Thread Babak Vahdat
O.K. It's fixed now on trunk. @Claus & @Christian could you please give it another try to see how it would work on your boxes. Also running all the tests should now not take longer than 3 seconds compared to around 30 seconds before (mvn clean install). I've put the corresponding comments into th

Re: [DISCUSS] - API change on org.apache.camel.spi.ExceptionHandler

2012-09-10 Thread Daniel Kulp
What about a: public interface SourceAwareExceptionHandler extends ExceptionHandler { …add three methods…. } Thus, no "old" code needs to change at all unless they want to use the new methods. They would need an instanceof if they do want to use the new methods. HOWEVER, we could also do a

Re: [DISCUSS] - API change on org.apache.camel.spi.ExceptionHandler

2012-09-10 Thread Claus Ibsen
On Mon, Sep 10, 2012 at 1:08 PM, Christian Schneider wrote: > How about adding a new ExceptionHandler interface and deprecating the old > one. We can then allow both in Camel 2.x and remove the old one in Camel 3. > This way we do niot introduce an incompatibility and give people some time > to sw

Re: [DISCUSS] - API change on org.apache.camel.spi.ExceptionHandler

2012-09-10 Thread Christian Schneider
How about adding a new ExceptionHandler interface and deprecating the old one. We can then allow both in Camel 2.x and remove the old one in Camel 3. This way we do niot introduce an incompatibility and give people some time to switch. Downside is that it requires some additional code in 2.x a

[DISCUSS] - API change on org.apache.camel.spi.ExceptionHandler

2012-09-10 Thread Claus Ibsen
Hi See ticket, and if you got the time the nabble link https://issues.apache.org/jira/browse/CAMEL-5587 The API on org.apache.camel.spi.ExceptionHandler has 3 methods for handling exceptions, CAMEL-5587 is a ticket to enhance that API with a new parameter that has the source that called the hand

Re: CAMEL-5586

2012-09-10 Thread Babak Vahdat
Am 10.09.12 10:52 schrieb "Babak Vahdat" unter : > > >Am 10.09.12 08:45 schrieb "Claus Ibsen" unter : > >>Hi >> >>Yep I get that failure as well running tests locally > >Hi > >Yes it fails but just randomly if you would run the tests more than just >once. So to me there's a race condition some w

Re: CAMEL-5586

2012-09-10 Thread Babak Vahdat
Am 10.09.12 08:45 schrieb "Claus Ibsen" unter : >Hi > >Yep I get that failure as well running tests locally Hi Yes it fails but just randomly if you would run the tests more than just once. So to me there's a race condition some where causing the tests to fail from time to time. For example on