Look at I think there is a headerName to set the header.
And next time use the @user mailing list to ask question about how to
do X with Camel.
On Mon, Feb 8, 2016 at 11:49 PM, web_nab...@sunilsamuel.com
wrote:
> Hello,
>
> I can do the following in Java DSL:
> split(header("something").tokeniz
Hello,
I can do the following in Java DSL:
split(header("something").tokenize("\n")).to("something");
But I cannot do the same in Blueprint/Spring DSL:
${header.something}
I get the following error:
Caused by: org.xml.sax.SAXParseException; cvc-complex-type.2.4.a: Invalid
content was found st
GitHub user astefanutti opened a pull request:
https://github.com/apache/camel/pull/833
Asciidoc migration and Camel CDI example doc update
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/astefanutti/camel asciidoc
Alternatively
Github user astefanutti closed the pull request at:
https://github.com/apache/camel/pull/829
---
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 user asfgit closed the pull request at:
https://github.com/apache/camel/pull/830
---
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 user lburgazzoli opened a pull request:
https://github.com/apache/camel/pull/832
CAMEL-9579 - Replace deprecated entry listener signature in Hazelcastâ¦
â¦MapConsumer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lburga
GitHub user lburgazzoli opened a pull request:
https://github.com/apache/camel/pull/831
CAMEL-9578 - Reduce object creation in InfinispanProducer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lburgazzoli/apache-camel CAMEL-9578
GitHub user LienDeboosere opened a pull request:
https://github.com/apache/camel/pull/830
CAMEL-9576: fix deserializing proxies with mixed JDK&non-JDK interfaces
This is a pull request with a fix for the issue:
https://issues.apache.org/jira/browse/CAMEL-9576
You can merge this pu
Looks like you are using spring namespaces in blueprint. Try to use
blueprint ones instead.
Christian
On 08.02.2016 14:37, prateek khanna wrote:
Hi,
when implementing the bundle in blueprint and deploying in fuse container
then it is showing "grace period" instead of creating .
In fuse logs i
Hi,
when implementing the bundle in blueprint and deploying in fuse container
then it is showing "grace period" instead of creating .
In fuse logs it is showing as
"Bundle camel-blueprint is waiting for namespace handlers [
http://www.springframework.org/schema/osgi-compendium,
http://www.springfr
GitHub user astefanutti opened a pull request:
https://github.com/apache/camel/pull/829
Camel CDI OSGi feature / example / documentation completion
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/astefanutti/camel camel-cdi-osgi
11 matches
Mail list logo