You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Stéphane Deraco <st...@gmail.com> on 2014/08/09 14:53:30 UTC

Wiki access

Hi,

Could I have wiki rights in order to modify the SQL Component page. I think
there is a typo for named parameters: the text says to use #:name style,
whereas the code just below says :#id (which is the one correct according
to SqlProducerNamedParameterTest.java)

I have a confirmed ICLA (Stéphane Deraco).

Best regards

Re: Wiki access

Posted by Christian Müller <ch...@gmail.com>.
Welcome Stéphane!

Now, you should have the permissions to edit the Camel WIKI pages. Maybe
you will spot some other typos in the future or improve our documentation
in another way. Looking forward to your next contribution!

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Sat, Aug 9, 2014 at 2:53 PM, Stéphane Deraco <st...@gmail.com>
wrote:

> Hi,
>
> Could I have wiki rights in order to modify the SQL Component page. I think
> there is a typo for named parameters: the text says to use #:name style,
> whereas the code just below says :#id (which is the one correct according
> to SqlProducerNamedParameterTest.java)
>
> I have a confirmed ICLA (Stéphane Deraco).
>
> Best regards
>

Re: Wiki access

Posted by Charles Moulliard <ch...@gmail.com>.
Wiki page has been updated --> "JmsTXForceShutdownIssueTest"


On Mon, Aug 11, 2014 at 8:56 AM, Stéphane Deraco <st...@gmail.com>
wrote:

> Hi Charles,
>
> Thanks for your answer. In fact, the code example uses :#, but the text
> above says #:
>
> "From Camel 2.11 onwards you can use named parameters by using #:name style
> as shown"
>
> Regards,
> Stéphane
>
>
> 2014-08-11 7:58 GMT+02:00 Charles Moulliard <ch...@gmail.com>:
>
> > Hi Stéphane,
> >
> > There is no typo error. The documentation refers to the fact that we can
> > pass named_parameters like it is showed in the example :
> >
> > .to("sql:select * from projects where license = :#lic and id > :#min
> order
> > by id")
> > from("sql:select * from projects order by id?consumer.onConsume=delete
> from
> > projects where id = :#id")
> >  .to("sql:select * from projects where license = :#lic order by id")
> >
> > To avoid any ambiguities, we could improve the wording (:#name -->
> > :#name_of_the_parameter")
> >
> > Regards,
> >
> >
> >
> > On Sat, Aug 9, 2014 at 2:53 PM, Stéphane Deraco <
> stephane.deraco@gmail.com
> > >
> > wrote:
> >
> > > Hi,
> > >
> > > Could I have wiki rights in order to modify the SQL Component page. I
> > think
> > > there is a typo for named parameters: the text says to use #:name
> style,
> > > whereas the code just below says :#id (which is the one correct
> according
> > > to SqlProducerNamedParameterTest.java)
> > >
> > > I have a confirmed ICLA (Stéphane Deraco).
> > >
> > > Best regards
> > >
> >
> >
> >
> > --
> > Charles Moulliard
> > Apache Committer / Architect @RedHat
> > Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io
> >
>



-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Re: Wiki access

Posted by Stéphane Deraco <st...@gmail.com>.
Hi Charles,

Thanks for your answer. In fact, the code example uses :#, but the text
above says #:

"From Camel 2.11 onwards you can use named parameters by using #:name style
as shown"

Regards,
Stéphane


2014-08-11 7:58 GMT+02:00 Charles Moulliard <ch...@gmail.com>:

> Hi Stéphane,
>
> There is no typo error. The documentation refers to the fact that we can
> pass named_parameters like it is showed in the example :
>
> .to("sql:select * from projects where license = :#lic and id > :#min order
> by id")
> from("sql:select * from projects order by id?consumer.onConsume=delete from
> projects where id = :#id")
>  .to("sql:select * from projects where license = :#lic order by id")
>
> To avoid any ambiguities, we could improve the wording (:#name -->
> :#name_of_the_parameter")
>
> Regards,
>
>
>
> On Sat, Aug 9, 2014 at 2:53 PM, Stéphane Deraco <stephane.deraco@gmail.com
> >
> wrote:
>
> > Hi,
> >
> > Could I have wiki rights in order to modify the SQL Component page. I
> think
> > there is a typo for named parameters: the text says to use #:name style,
> > whereas the code just below says :#id (which is the one correct according
> > to SqlProducerNamedParameterTest.java)
> >
> > I have a confirmed ICLA (Stéphane Deraco).
> >
> > Best regards
> >
>
>
>
> --
> Charles Moulliard
> Apache Committer / Architect @RedHat
> Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io
>

Re: Wiki access

Posted by Charles Moulliard <ch...@gmail.com>.
Hi Stéphane,

There is no typo error. The documentation refers to the fact that we can
pass named_parameters like it is showed in the example :

.to("sql:select * from projects where license = :#lic and id > :#min order
by id")
from("sql:select * from projects order by id?consumer.onConsume=delete from
projects where id = :#id")
 .to("sql:select * from projects where license = :#lic order by id")

To avoid any ambiguities, we could improve the wording (:#name -->
:#name_of_the_parameter")

Regards,



On Sat, Aug 9, 2014 at 2:53 PM, Stéphane Deraco <st...@gmail.com>
wrote:

> Hi,
>
> Could I have wiki rights in order to modify the SQL Component page. I think
> there is a typo for named parameters: the text says to use #:name style,
> whereas the code just below says :#id (which is the one correct according
> to SqlProducerNamedParameterTest.java)
>
> I have a confirmed ICLA (Stéphane Deraco).
>
> Best regards
>



-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io