Re: My camel route not able to handle exception.

2013-09-15 Thread Willem jiang
Hi, I just want to ask if your RAW message is stream based. From your description I double the raw message was just consumed when it was stored into DB. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (Engli

Re: Deployment of Akka Camel CXF Osgi sample in Apache Karaf container

2013-09-15 Thread Willem jiang
You can use the features:install camel-cxf to install the camel-cxf component :) -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitt

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread troypayne
perhaps I'm using an incorrect version, here's what's in my build.sbt "com.typesafe.akka" %% "akka-actor" % "2.1.4" % "compile", "com.typesafe.akka" %% "akka-testkit"% "2.1.4" % "test", "com.typesafe.akka" % "akka-camel_2.10" % "2.1.4" % "compil

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread troypayne
ok i'll try that. is camel-apns for akka (scala) open source by any chance? On Sun, Sep 15, 2013 at 7:02 AM, Claus Ibsen-2 [via Camel] < ml-node+s465427n5739411...@n5.nabble.com> wrote: > Try without scala + akka and just plain java and get something > working. And read the docs at http://camel.

Re: Components with query [?options].

2013-09-15 Thread Claus Ibsen
Hi They should all just have [?options] as that indicate options is optional. On Sun, Sep 15, 2013 at 3:36 PM, Robert James Liguori wrote: > I've updated this page > (https://cwiki.apache.org/confluence/display/CAMEL/Component+List) for all of > the components that have options (e.g., [?option

Components with query [?options].

2013-09-15 Thread Robert James Liguori
I've updated this page (https://cwiki.apache.org/confluence/display/CAMEL/Component+List) for all of the components that have options (e.g., [?options]). As per the current documentation (e.g., individual help page for each component), the following components do *not* have options: ref: brow

Re: New book about Apache Camel

2013-09-15 Thread Charles Moulliard
Don't worry, I'm preparing a publication for jaxenter (part 2 : Camel & DataFormat) where I will cover it. On Sun, Sep 15, 2013 at 3:11 PM, Bilgin Ibryam wrote: > Hi Charles, > > thanks for spreading the news! > > The book covers only some of the core components and patterns. It doesn't > cover

Re: New book about Apache Camel

2013-09-15 Thread Bilgin Ibryam
Hi Charles, thanks for spreading the news! The book covers only some of the core components and patterns. It doesn't cover camel-bindy unfortunately. Cheers, On 15 September 2013 14:08, Charles Moulliard wrote: > FYI : Retweeted and published on linkedin groups : camel + servicemix > > > On

Re: New book about Apache Camel

2013-09-15 Thread Charles Moulliard
FYI : Retweeted and published on linkedin groups : camel + servicemix On Sun, Sep 1, 2013 at 3:36 PM, Bilgin Ibryam wrote: > I'm excited to announce that my book "Instant Apache Camel Message > Routing" is published! > > "Instant Apache Camel Message Routing" will help you to get started > with

Re: cxf:bean vs. cxfbean: ?

2013-09-15 Thread Christian Müller
We have both: http://camel.apache.org/cxf.html http://camel.apache.org/cxf-bean-component.html Not sure whether the second one provides additional/other features than the first one... Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.

Re: New book about Apache Camel

2013-09-15 Thread Charles Moulliard
Hi Bilgin. Congratulations for this new great contribution to educate people to use/adopt camel integration framework and EIP patterns. Will have a look soon. Have you covered camel-bindy ? Regards, On Sun, Sep 1, 2013 at 3:36 PM, Bilgin Ibryam wrote: > I'm excited to announce that my book "In

Re: Deployment of Akka Camel CXF Osgi sample in Apache Karaf container

2013-09-15 Thread Charles Moulliard
The camel-cxf component is not deployed on Karaf. Reason why you get this exception : No component found with scheme: cxfrs On Fri, Sep 13, 2013 at 2:24 PM, sramakrishna < ramakrishna.sharvir...@gmail.com> wrote: > Hi- > > > Based on Sample of Akka Osgi Example as per the following link: > http

Re: GenericFileOperationFailedException for file deletion

2013-09-15 Thread Mariusz
Hi Claus, I have created JIRA: https://issues.apache.org/jira/browse/CAMEL-6750 -- View this message in context: http://camel.465427.n5.nabble.com/GenericFileOperationFailedException-for-file-deletion-tp5739382p5739412.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread Claus Ibsen
Try without scala + akka and just plain java and get something working. And read the docs at http://camel.apache.org/apns, and this blog http://blog.xebia.fr/2010/09/30/creer-un-composant-apache-camel-de-connexion-a-lapns-1-sur-3/ And check the unit tests of camel-apns. On Sun, Sep 15, 2013 at 12

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread troypayne
ok so i just tried this (I put gate and feedback on both) and I still got nothing. Do you know of a good way to debug? I'm not seeing any problems spitting out in my console: class APNService extends Actor with Producer with Oneway { def endpointUri = "apns:notify" override def preStart() { supe

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread Claus Ibsen
On the apnsServiceFactory On Sun, Sep 15, 2013 at 12:51 PM, troypayne wrote: > I have two different actors for each, code looks like this: > > class APNService extends Actor with Producer with Oneway { > def endpointUri = "apns:notify" > > override def preStart() { > super.preStart() > > val apns

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread troypayne
I have two different actors for each, code looks like this: class APNService extends Actor with Producer with Oneway { def endpointUri = "apns:notify" override def preStart() { super.preStart() val apnsServiceFactory = new ApnsServiceFactory(camelContext) apnsServiceFactory.setCertificatePath("

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread Claus Ibsen
There ought to be a setFeedbackHost / port also you need to set. On Sun, Sep 15, 2013 at 12:32 PM, troypayne wrote: > by any chance do you know how to do this? > > Here's how I'm doing it, but I'm still not receiving any notifications > > val apnsServiceFactory = new ApnsServiceFactory(camelConte

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread troypayne
by any chance do you know how to do this? Here's how I'm doing it, but I'm still not receiving any notifications val apnsServiceFactory = new ApnsServiceFactory(camelContext) apnsServiceFactory.setCertificatePath("dev.p12") apnsServiceFactory.setCertificatePassword("*") apnsServiceFacto

Re: GenericFileOperationFailedException for file deletion

2013-09-15 Thread Claus Ibsen
Hi Yeah this is a bug. Feel free to log a JIRA ticket http://camel.apache.org/support On Sat, Sep 14, 2013 at 11:04 PM, Mariusz wrote: > Hi, > > I'm trying to use fileLock ( uri="file:source?delete=true&readLock=fileLock"/>, Camel > 2.12.0) for fileEndpoint but I'm getting following exception: >

Re: Does apns-camel support a sandbox environment?

2013-09-15 Thread Claus Ibsen
Hi Yeah I think you need to configure the gateway and feedback host/port to be the sandbox, on the org.apache.camel.component.apns.factory.ApnsServiceFactory. They are default configured for production. On Sat, Sep 14, 2013 at 7:19 PM, troypayne wrote: > Hello Riders, > > I've setup my scala p

Re: readLock=fileLock causes GenericFileOperationFailedException on Windows

2013-09-15 Thread Claus Ibsen
Hi You have already posted a mail about this once. Please try to use the same mail thread and not send new duplicate mails. On Sun, Sep 15, 2013 at 12:19 PM, Mariusz wrote: > Hi, > When I'm trying do execute following simple route: > > > uri="file:source

readLock=fileLock causes GenericFileOperationFailedException on Windows

2013-09-15 Thread Mariusz
Hi, When I'm trying do execute following simple route: I'm getting: Error during commit. Exchange[text.txt]. Caused by: [org.apache.camel.component.file.GenericFileOperationFailedException - Cannot delete

Re: Camel Certification

2013-09-15 Thread Henrique Viecili
Thanks Claus, are you involved in the elaboration of this exam/certification? Is there something you can share about it? Regards, Henrique Viecili Henrique Viecili 2013/9/12 Claus Ibsen > Hi > > There used to be blackbelt which had online courses/certifications you > could do. > But apparentl

Re: cxf:bean or cxfbean: ?

2013-09-15 Thread Claus Ibsen
The component names is defined by the file names in the source code, for camel-cxf its https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tree;f=components/camel-cxf/src/main/resources/META-INF/services/org/apache/camel/component;h=4eb5f660ef9e1b1a8d037a8cc3c5f95b324257f5;hb=HEAD On Sun, Sep