[VOTE] Release Apache Camel 2.17.2

2016-06-26 Thread Gregor Zurowski
Hi Everyone: This is a vote to release Apache Camel 2.17.2, a new patch release that includes ~58 fixes and improvements. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335666&projectId=12311211 Staging repository: https://repository.apache.org/content/repositor

Re: Premature End Of File Error in XML

2016-06-26 Thread Claus Ibsen
Hi See this FAQ http://camel.apache.org/why-is-my-message-body-empty.html And next time use the @user mailing list / user forum - not dev. On Mon, Jun 27, 2016 at 7:14 AM, Varsha167 wrote: > I am trying to parse an XML file through a Camel Code. This is a portion of > my Camel Code where I am

RE: Premature End Of File Error in XML

2016-06-26 Thread Siano, Stephan
Hi, I guess your log statement reads the body. If the body returned by your http endpoint is a stream and you do not have stream caching enabled on your route the stream will be read and the body will be empty afterwards. The XML parser used to process your XSLT mapping will then get an empty d

Re: Time for getting Apache Camel 2.17.2 release

2016-06-26 Thread arno noordover
Yes. I did that. Maybe I should have sent you a message. Sorry. Op 26 jun. 2016 8:49 p.m. schreef "Gregor Zurowski-2 [via Camel]" < ml-node+s465427n578441...@n5.nabble.com>: Hi Arno, As far as I see, the changes for CAMEL-10024 were already cherry-picked onto camel-2.17.x with the following commi

Premature End Of File Error in XML

2016-06-26 Thread Varsha167
I am trying to parse an XML file through a Camel Code. This is a portion of my Camel Code where I am parsing the XML : .to("http://abc.apt.com";) .log("Response received - ${body}") .log(LoggingLevel.INFO, "UPCI Fetched") .convertBod

[GitHub] camel pull request #1015: Introduced MongoDB2 component because of https://j...

2016-06-26 Thread anoordover
Github user anoordover closed the pull request at: https://github.com/apache/camel/pull/1015 --- 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: Time for getting Apache Camel 2.17.2 release

2016-06-26 Thread Gregor Zurowski
Hi Arno, As far as I see, the changes for CAMEL-10024 were already cherry-picked onto camel-2.17.x with the following commit: https://fisheye6.atlassian.com/changelog/camel-git?cs=1d3e4a2d6dff57b9487574972df8098cf0d2adcd Thanks, Gregor On Fri, Jun 24, 2016 at 7:18 PM, arno noordover wrote: >

Apache Camel 2.17.2 Release

2016-06-26 Thread Gregor Zurowski
Hi Everyone: As discussed in a previous post, I will start building the 2.17.2 release shortly. Thanks, Gregor