Re: Camel - PayPal Component

2013-02-25 Thread Willem jiang
Yes,and we normally put the parameters into the message header. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.

Re: Camel - PayPal Component

2013-02-25 Thread Joe San
So you mean to say that in my Producer, I can get all the properties that I need to use to connect to the service from the Message body. I'm just wondering how. Just for me to be clear, here is a scenario wherein the paypal call is made based on the result of a http call from(httpCallWithPayPalPar

[RESULT][VOTE] Release Apache Camel 2.10.4

2013-02-25 Thread Hadrian Zbarcea
Result passes with: [4] +1 (cschneider, dkulp, cibsen, hadrian) [0] -1 [1] +0 (bvahdat) The artifacts will be released to the public maven repo immediately, followed by the ASF site and mirror and the public announcement. Many thanks to all who took the time to test and vote. Hadrian On 02/

Re: Camel - PayPal Component

2013-02-25 Thread Christian Müller
A few comments: The AdaptivePaymentsService should be created once (in the doStart() method). You can look up the parameter from the in message header. You can also use a map as body and look up the properties from there. You can also let the user configure its own binding... Best, Christian Sent

Re: [VOTE] Release Apache Camel 2.10.4

2013-02-25 Thread Babak Vahdat
+0 Just gave the Camel in Action examples a spin test and some tests failed, however currently have got no free cycle to look into this in detail. Babak -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-10-4-tp5728018p5728117.html Sent from the C

Re: [VOTE] Release Apache Camel 2.10.4

2013-02-25 Thread Claus Ibsen
+1 On Fri, Feb 22, 2013 at 3:16 PM, Hadrian Zbarcea wrote: > We have a new patch release candidate apache-camel-2.10.4 ready. It comes > with approximately 105 issues resolved: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/repositor

Re: [VOTE] Release Apache Camel 2.10.4

2013-02-25 Thread Daniel Kulp
+1 Dan On Feb 22, 2013, at 9:16 AM, Hadrian Zbarcea wrote: > We have a new patch release candidate apache-camel-2.10.4 ready. It comes > with approximately 105 issues resolved: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/re

Re: Seda component not handing over the completions

2013-02-25 Thread Willem jiang
InOnly is just setting the Message Exchange pattern, I don't think it will effect the completions handing over things. BTW, If we don't hand over the completions, we still find a way to call the onComplete method. In most case, the user doesn't need to know any thing about it, but if there are

Re: Seda component not handing over the completions

2013-02-25 Thread Raul Kripalani
> > > > > The safest option is to convert the body to a String, and either use the > > threads DSL or inOnly(vm:...) to modify the exchange pattern onwards. > > > > > I've converted the body to a String, and then send the exchange to vm > endpoint using in only patters. At this point I expected to

Re: Seda component not handing over the completions

2013-02-25 Thread Bilgin Ibryam
On 25 February 2013 10:45, Raul Kripalani wrote: > Well, it's not safe to execute the completions before the Vm consumer has > finished processing, because the InputStream could be closed by the time > the Vm consumer starts processing the exchange. > > I agree with Willem that the current implem

Re: Seda component not handing over the completions

2013-02-25 Thread Raul Kripalani
Well, it's not safe to execute the completions before the Vm consumer has finished processing, because the InputStream could be closed by the time the Vm consumer starts processing the exchange. I agree with Willem that the current implement is correct. The safest option is to convert the body to

Re: [DISCUSS] - Camel 2.10.4 release

2013-02-25 Thread Claus Ibsen
On Mon, Feb 25, 2013 at 9:55 AM, Gang Liu wrote: > Hi All: > > Does anybody know the release date of camel 2.10.4? > Its in VOTE. So I suggest to give it a test spin and give feedback to the community. See here for more details: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-10-4-

Re: [VOTE] Release Apache Camel 2.10.4

2013-02-25 Thread Christian Schneider
+1 Tested in Apache Karaf. Christian On 22.02.2013 15:16, Hadrian Zbarcea wrote: We have a new patch release candidate apache-camel-2.10.4 ready. It comes with approximately 105 issues resolved: improvements and bug fixes [1]. Please find the staging repo here: https://repository.apache.org

Re: [DISCUSS] - Camel 2.10.4 release

2013-02-25 Thread Gang Liu
Hi All: Does anybody know the release date of camel 2.10.4? Thanks. GangLiu

Re: Camel-PayPal Component URI Suggestions

2013-02-25 Thread Christian Müller
+1 Best, Christian Sent from a mobile device Am 25.02.2013 03:13 schrieb "Joe San" : > Camel Riders, > > I need you suggestions on the URI options that I should consider for this > component. Taking a look at the following url: > > https://www.x.com/developers/paypal/documentation-tools/paypal-s