Re: Issues with Spring DSL with Splitter + Tokenizer + Header

2016-02-08 Thread Claus Ibsen
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

Issues with Spring DSL with Splitter + Tokenizer + Header

2016-02-08 Thread web_nab...@sunilsamuel.com
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] camel pull request: Asciidoc migration and Camel CDI example doc u...

2016-02-08 Thread astefanutti
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] camel pull request: Camel CDI OSGi feature / example / documentati...

2016-02-08 Thread astefanutti
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] camel pull request: CAMEL-9576: fix deserializing proxies with mix...

2016-02-08 Thread asfgit
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] camel pull request: CAMEL-9579 - Replace deprecated entry listener...

2016-02-08 Thread lburgazzoli
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] camel pull request: CAMEL-9578 - Reduce object creation in Infinis...

2016-02-08 Thread lburgazzoli
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] camel pull request: CAMEL-9576: fix deserializing proxies with mix...

2016-02-08 Thread LienDeboosere
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

Re: issue in coding of blueprint in camel

2016-02-08 Thread Christian Schneider
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

issue in coding of blueprint in camel

2016-02-08 Thread prateek khanna
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] camel pull request: Camel CDI OSGi feature / example / documentati...

2016-02-08 Thread astefanutti
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