[GitHub] camel pull request: CAMEL-9600

2016-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/936 --- 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-9842] Expose additional endpoint config...

2016-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/937 --- 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

Camel.trunk.notest - Build # 2715 - Fixed

2016-04-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2715) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/2715/ to view the results.

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-08 Thread Quinn Stevenson
A quick update on this - I was working too hard. Getting “SNAPSHOT” in the version for the Export-Package header turns out to be pretty simple with the following in the bnd.bnd file Export-Package: org.apache.camel.*;version=${Bundle-Version} So this won’t be too hard to accomplish > On Apr 6

[GitHub] camel pull request: [CAMEL-9842] Expose additional endpoint config...

2016-04-08 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request: https://github.com/apache/camel/pull/937 [CAMEL-9842] Expose additional endpoint configuration options to Unde… …rtowHost handler methods https://issues.apache.org/jira/browse/CAMEL-9842 You can merge this pull request i

[GitHub] camel pull request: CAMEL-9462 HTTP 1.1 Host header be dealt wrong...

2016-04-08 Thread erwelch
Github user erwelch closed the pull request at: https://github.com/apache/camel/pull/935 --- 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 enab

[GitHub] camel pull request: CAMEL-9600

2016-04-08 Thread syakimovich
GitHub user syakimovich opened a pull request: https://github.com/apache/camel/pull/936 CAMEL-9600 updating fop to 2.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/syakimovich/camel CAMEL-9600 Alternatively you can review and

[GitHub] camel pull request: CAMEL-9587 - camel-restlet - Make it easy to t...

2016-04-08 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/933 --- 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: Apache camel mime-multipart usage and examples?

2016-04-08 Thread Siano, Stephan
Hi, Have you tried PAYLOAD mode? I don't know which JBOSS FUSE version will contain Camel 2.17 (that one is pretty new). Anyway, I noticed yesterday that there is a bug in the 2.17.0 MIME-Multipart decoder that will prevent your multipart from being processed (because the attachment doesn't ha

Re: Apache camel mime-multipart usage and examples?

2016-04-08 Thread ekta.v.wadhwani
Stephan, I am using JBOSS FUSE version 8.1.0.GA which supports maximum camel core version : 2.15.0. So i would not be able to use 2.17.0. To your point on CXF-endpoint, yes i am using CXF endpoint to invoke a webservice which provides SOAP response with attachments. However using Spring XM