Re: [Camel-MLLP] New Apache Camel Component

2015-12-14 Thread Christian Posta
-MLLP-New-Apache-Camel-Component-tp5774963p5775062.html > Sent from the Camel Development mailing list archive at Nabble.com. > -- *Christian Posta* twitter: @christianposta http://www.christianposta.com/blog http://fabric8.io

Re: SJMS issue with noLocal

2014-03-11 Thread Christian Posta
SJMS-issue-with-noLocal-tp5748632.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread Christian Posta
git;a=tag;h= >> ae26285a0f597c6fdc8ab8fcc7a9d0cbae71567d >> >> Please test this release candidate and cast your vote. >> [ ] +1 Release the binary as Apache Camel 2.11.4 >> [ ] -1 Veto the release (provide specific comments) >> Vote is open for at least 72 hours. >> >> Thanks, >> Hadrian >> -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-17 Thread Christian Posta
t;>> Vote is open for at least 72 hours. >>> >>> Thanks, >>> Hadrian >> >> >> -- >> Christian Schneider >> http://www.liquid-reality.de >> >> Open Source Architect >> Talend Application Integration Division http://www.talend.com >> > -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Re: Contributing

2014-02-04 Thread Christian Posta
take this opportunity to tell everyone who > contributes that Camel is a central part of the design of a product > I'm building and I'm quite happy with my decision. Great product > (Camel, not mine). So lots of thanks and I hope I can get more > involved. > > Bes

Re: [VOTE] Release Apache Camel 2.11.3

2014-01-08 Thread Christian Posta
tps://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=e2c2c7db74dc8f3409df74618946ead72b05733b > > Please test this release candidate and cast your vote. > [ ] +1 Release the binary as Apache Camel 2.11.3 > [ ] -1 Veto the release (provide specific comments) > Vote is open for at l

Re: Camel-Gora component

2013-11-19 Thread Christian Posta
* > > [image: about.me] <http://about.me/ipolyzos> [image: > LinkedIn]<http://gr.linkedin.com/in/ipolyzos> > [image: Twitter] <http://twitter.com/ominor> > > *PGP Key* : 4096R/B78DA9F1 > *Fingerprint: * BDE3 AC14 43AA 8911 2E5A 7FD2 A970 1945 B78D A9F1 -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Re: JIRA karma

2013-10-10 Thread Christian Posta
yah that works. thx Claus On Thu, Oct 10, 2013 at 4:48 AM, Claus Ibsen wrote: > Can you try now? > > On Thu, Oct 10, 2013 at 1:44 PM, Christian Posta > wrote: > > Can anyone grant me karma in the CAMEL jira to be able to assign issues > to > > myself? > > >

JIRA karma

2013-10-10 Thread Christian Posta
Can anyone grant me karma in the CAMEL jira to be able to assign issues to myself? Cheers! -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Re: [VOTE] Release Apache Camel 2.12.1

2013-09-19 Thread Christian Posta
; > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20fixVersion%20%3D%20%222.12.1%22 > > > [2] > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12324857 > > > > > > > > -- > > Claus Ibsen > > - > > Red Hat, Inc. > > Email: cib...@redhat.com > > Twitter: davsclaus > > Blog: http://davsclaus.com > > Author of Camel in Action: http://www.manning.com/ibsen > > > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Re: [VOTE] Release Apache Camel 2.12.0 (RC2)

2013-09-05 Thread Christian Posta
/jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) > > Twitter: willemjiang > > Weibo: 姜宁willem > > > > > > -- > Cheers, > Jon > --- > Red Hat, Inc. > Email: jans...@redhat.com > Web: http://redhat.com > Twitter: jon_anstey > Blog: http://janstey.blogspot.com > Author of Camel in Action: http://manning.com/ibsen > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Patch for CAMEL-6545

2013-08-21 Thread Christian Posta
Hi all, I've submitted a patch for CAMEL-6545. Can someone review it? Attached to https://issues.apache.org/jira/browse/CAMEL-6545 I can do a pull request if that's the preferred process... Sorry about the noise with the previous message, sent prematurely. -- *Christian P

Patch for

2013-08-21 Thread Christian Posta
-- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Re: Document typo on jbdc component?

2013-08-17 Thread Christian Posta
mat for named parameter to be > consistent with camel-sql usage. > > 2) The doc also says: > "Camel will then lookup for these parameters from the message body or > message headers.", but I don't think "message body" is going to work right? > I only see the c

Re: spi-annotations

2013-08-17 Thread Christian Posta
/issues.apache.org/jira/browse/INFRA-6218 > >> > >> Which is another story... > >> > >> Babak > >> > >> > >> ceposta wrote > >> > Apply this for the fix :) > >> > > >> > > >> > > >> > diff --git a/camel-

Re: spi-annotations

2013-08-17 Thread Christian Posta
> Apply this for the fix :) > > > > > > > > diff --git a/camel-core/pom.xml b/camel-core/pom.xml > > index cd2f201..7409c90 100755 > > --- a/camel-core/pom.xml > > +++ b/camel-core/pom.xml > > @@ -99,7 +99,6 @@ > > >

Re: spi-annotations

2013-08-16 Thread Christian Posta
, 2013 at 1:43 PM, Christian Posta wrote: > So in camel-core, the spi-annotations dependency is marked "optional" in > the pom. > > > > org.apache.camel > spi-annotations > ${project.version} > true > > > But is it

spi-annotations

2013-08-16 Thread Christian Posta
So in camel-core, the spi-annotations dependency is marked "optional" in the pom. org.apache.camel spi-annotations ${project.version} true But is it optional? Seems to be used in some of the core components, so should be there, right? -- *Chris