Re: gitbook based doc generation

2016-01-26 Thread Andrea Cosentino
Great stuff, Looking forward for the end of the docs migration to Asciidoc and the integration of this in the full build process! :-) Andrea -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Gi

Re: [VOTE] Release Apache Camel 2.16.2

2016-01-26 Thread Claus Ibsen
Hi Gregor Wonder if you have time to close this vote and push the release out? So we can deliver the release to our community. On Sat, Jan 23, 2016 at 12:08 PM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.16.2 that has 70+ fixes and > improvements. > > Rele

Re: WMQ + CamelBlueprintTestSupport

2016-01-26 Thread web_nab...@sunilsamuel.com
Hi Quinn, Sorry I did not see this comment. I configure the /etc folder within JBoss Fuse to provide this information. That part is working fine though. Thanks, Sunil. -- View this message in context: http://camel.465427.n5.nabble.com/WMQ-CamelBlueprintTestSupport-tp5774845p5776758.html Sen

dataformat:// Component with JSON

2016-01-26 Thread web_nab...@sunilsamuel.com
Hello, I am trying to use the dataformat: component to unmarshal a JSON payload. The following code works: from("direct-vm:moxy-unmarshal-json") .unmarshal("jsonDataformat"); I want to use dataformat: component in the following manner: from("direct-vm:moxy-unmarshal-json") .to(

Re: [VOTE] Release Apache Camel 2.16.2

2016-01-26 Thread Aki Yoshida
+1 regards, aki 2016-01-23 12:08 GMT+01:00 Gregor Zurowski : > Hi Everyone: > > This is a vote to release Apache Camel 2.16.2 that has 70+ fixes and > improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12334167 > > Staging reposit

Re: gitbook based doc generation

2016-01-26 Thread Claus Ibsen
Hi I just pushed some code I started end of last year on a train ride back when returning from x-mas holiday. The code is in tooling/maven/camel-package-maven-plugin where there is a new maven goal called update-readme. https://github.com/apache/camel/blob/master/tooling/maven/camel-package-maven

[GitHub] camel pull request: SJMS and SJMS Batch components Asciidoc docume...

2016-01-26 Thread astefanutti
GitHub user astefanutti opened a pull request: https://github.com/apache/camel/pull/808 SJMS and SJMS Batch components Asciidoc documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/astefanutti/camel sjms.adoc Alternativ

[GitHub] camel pull request: CAMEL-5583 - Add ning-compress as data format

2016-01-26 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/805 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: CAMEL-9449 - Allow to specify custom exit code...

2016-01-26 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/806 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: CAMEL-5583 - add LZFDataFormat to jaxp.index

2016-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/807 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] camel pull request: CAMEL-5583 - add LZFDataFormat to jaxp.index

2016-01-26 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/807 CAMEL-5583 - add LZFDataFormat to jaxp.index You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-5583-jaxb Altern

[GitHub] camel pull request: CAMEL-9449 - Allow to specify custom exit code...

2016-01-26 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/806 CAMEL-9449 - Allow to specify custom exit code when camel exits due t… …o expired Duration You can merge this pull request into a Git repository by running: $ git pull https://github.com

Re: How to customise HTTP response message such as 404,500

2016-01-26 Thread Matt Sicker
This is a question for the user list. But you can use something like in.setHeader(Exchange.HTTP_RESPONSE_CODE, constant(404)). On 25 January 2016 at 12:11, ytatyaLij wrote: > I am working on apatch camel with spring integration, I need to send > different response message rather than HTTP respon

[GitHub] camel pull request: CAMEL-5583 - Add ning-compress as data format

2016-01-26 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/805 CAMEL-5583 - Add ning-compress as data format You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-5583 Alternativ

[GitHub] camel pull request: camel-metrics component Asciidoc documentation

2016-01-26 Thread astefanutti
Github user astefanutti closed the pull request at: https://github.com/apache/camel/pull/804 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [VOTE] Release Apache Camel 2.16.2

2016-01-26 Thread Grzegorz Grzybek
+1 (non-binding) regards Grzegorz 2016-01-26 14:37 GMT+01:00 Jon Anstey : > +1 > > On Sat, Jan 23, 2016 at 7:38 AM, Gregor Zurowski > wrote: > >> Hi Everyone: >> >> This is a vote to release Apache Camel 2.16.2 that has 70+ fixes and >> improvements. >> >> Release notes: >> https://issues.apache

[GitHub] camel pull request: camel-metrics component Asciidoc documentation

2016-01-26 Thread astefanutti
GitHub user astefanutti opened a pull request: https://github.com/apache/camel/pull/804 camel-metrics component Asciidoc documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/astefanutti/camel metrics.adoc Alternatively

Re: [VOTE] Release Apache Camel 2.16.2

2016-01-26 Thread Jon Anstey
+1 On Sat, Jan 23, 2016 at 7:38 AM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.16.2 that has 70+ fixes and > improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12334167 > > Staging repositor

[GitHub] camel pull request: CAMEL-8413 - camel-stomp - Allow to configure ...

2016-01-26 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/802 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] camel pull request: CAMEL-5583 - Add ning-compress as data format

2016-01-26 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/803 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [VOTE] Release Apache Camel 2.16.2

2016-01-26 Thread Thomas Diesler
+1 > On 23 Jan 2016, at 12:08, Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.16.2 that has 70+ fixes and > improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12334167 > > Staging reposito

[GitHub] camel pull request: CAMEL-5583 - Add ning-compress as data format

2016-01-26 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/803 CAMEL-5583 - Add ning-compress as data format You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-5583 Alternativ

[GitHub] camel pull request: CAMEL-8413 - camel-stomp - Allow to configure ...

2016-01-26 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/802 CAMEL-8413 - camel-stomp - Allow to configure SSL You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-8413 Altern

[GitHub] camel pull request: correct grammar of log message

2016-01-26 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/camel/pull/801 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] camel pull request: CAMEL-7865 - Support to carry file attributes ...

2016-01-26 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/798 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

SFTP-Consumer: Handle UnknowHostException

2016-01-26 Thread ThomasGøtzsche
Hi EveryOne Camel version 2.16.1 We have created a ftp consumer route dynamically as follow: from("sftp://fakeuser@fakehost:22"; + "/?password=fakepassword" + "&pollStrategy=#pollStrategy" + "&recursive=true" + "&throwExceptionOnConnectFailed=true" + "&d