Camel.trunk.notest - Build # 2714 - Failure

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

RE: Apache camel mime-multipart usage and examples?

2016-04-07 Thread Siano, Stephan
Hi, Which camel version are you using? MIME-Multipart is only available starting Camel 2.17.0. I am not 100% sure, but your response looks somewhat like SOAP with attachments or MTOM. If you are using some kind of Camel-CXF endpoint for receiving it, the endpoint might parse it for you. Best

Re: [DISCUSS] - Thoughts on Apache Camel 2.18 and towards 3.0

2016-04-07 Thread Claus Ibsen
On Thu, Mar 24, 2016 at 1:12 PM, Gnanaguru S wrote: > > Guys, > > These are some of the feature, I wish to see in upcoming camel versions. It > would be useful to have. > > 1. Timeout option in a internal synchronous endpoint - we very much use > camel for orchestration layer. In a use case where

Re: feedback on proposed arn for aws-sqs implementation

2016-04-07 Thread Claus Ibsen
On Thu, Apr 7, 2016 at 2:51 PM, tristanh wrote: > Claus Ibsen-2 wrote >> Can you provide an example of the two uris with and withour arn. What >> are the rules for an arn, is it just a text or does it use colons in >> the text ? > > Yes the arn contains colons. > > With just the queue name current

Re: feedback on proposed arn for aws-sqs implementation

2016-04-07 Thread tristanh
tristanh wrote > With just the queue name currently it's > > sqs:queue-name?amazonSQSClient=#sqsClient&attributeNames=#sqsAttributeNames&queueOwnerAWSAccountId=123456789®ion=eu-west-1 > > equivalent using an arn would be: > > sqs:arn:aws:sqs:eu-west-1:123456789:queue-name?amazonSQSClient=#sqsCli

Re: feedback on proposed arn for aws-sqs implementation

2016-04-07 Thread tristanh
Claus Ibsen-2 wrote > Can you provide an example of the two uris with and withour arn. What > are the rules for an arn, is it just a text or does it use colons in > the text ? Yes the arn contains colons. With just the queue name currently it's sqs:queue-name?amazonSQSClient=#sqsClient&attribute

Concerning Attachments and Attachment Headers in Camel

2016-04-07 Thread Siano, Stephan
Hi, Is there anybody available in this list who knows why the attachment handling in Camel is as it is? I have had a look into this topic with the Camel-Mail and Camel-CXF components and would like to discuss my thoughts about that. In General the attachment handling is designed to support use

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

2016-04-07 Thread erwelch
GitHub user erwelch opened a pull request: https://github.com/apache/camel/pull/935 CAMEL-9462 HTTP 1.1 Host header be dealt wrongly in proxy & load balancer You can merge this pull request into a Git repository by running: $ git pull https://github.com/erwelch/camel CAMEL-946

Re: [VOTE] Release Apache Camel 2.16.3

2016-04-07 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 04/03/2016 09:27 PM, Gregor Zurowski wrote: Hi Everyone: This is a vote to release Apache Camel 2.16.3, a new patch release that includes 75+ fixes and improvements. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334721&projectId=12

Re: feedback on proposed arn for aws-sqs implementation

2016-04-07 Thread Claus Ibsen
Can you provide an example of the two uris with and withour arn. What are the rules for an arn, is it just a text or does it use colons in the text ? The concern is how parsing the uri becomes more complicated in terms of mapping that correct to the options. On Thu, Apr 7, 2016 at 1:34 PM, Tris

feedback on proposed arn for aws-sqs implementation

2016-04-07 Thread Tristan Hill
Hi, To simplify our application configuration I would like camel's aws-sqs component to accept an arn as well as the queue name is does currently. Since the region and account number are also in the arn this would also help avoid needing the listqueues permissions as the queue url could be co

[GitHub] camel pull request: Support for PATCH method in Rest DSL

2016-04-07 Thread spegelref
Github user spegelref closed the pull request at: https://github.com/apache/camel/pull/934 --- 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 en

[GitHub] camel pull request: Support for PATCH method in Rest DSL

2016-04-07 Thread spegelref
GitHub user spegelref opened a pull request: https://github.com/apache/camel/pull/934 Support for PATCH method in Rest DSL Added new verb to the Rest model, the PatchVerbDefinition and made made the jaxb parser aware of this new file. Added instructions in RestDefinition and

[GitHub] camel pull request: CAMEL-9768 HTTP[4] component disableStreamCach...

2016-04-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/932 --- 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-9825] Exclude CDI generated proxies fro...

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

Re: Usage of SNAPSHOT qualifier in package exports

2016-04-07 Thread Julian Sedding
Hi Raúl A simple workaround to remove this ambiguity is to use odd micro versions for snapshots only and even micro versions for releases. We use this strategy in the Apache Sling project successfully since several years. I.e. 1.0.1-SNAPSHOT 1.0.2 <-- release 1.0.3-SNAPSHOT 1.0.4 <-- release Reg