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
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
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
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
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 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
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:
>
Hi Everyone:
As discussed in a previous post, I will start building the 2.17.2
release shortly.
Thanks,
Gregor