[GitHub] camel pull request: CAMEL-9624 Add Infinispan remote query operati...

2016-02-21 Thread tristantarrant
GitHub user tristantarrant opened a pull request: https://github.com/apache/camel/pull/855 CAMEL-9624 Add Infinispan remote query operations https://issues.apache.org/jira/browse/CAMEL-9624 You can merge this pull request into a Git repository by running: $ git pull https://git

Re: received ICLA

2016-02-21 Thread Claus Ibsen
Hi Mary Did you see our email to you about the need for you to create an account on the wiki system, see below. On Wed, Feb 17, 2016 at 7:55 AM, Claus Ibsen wrote: > Hi Mary > > Good to hear. For being able to edit the docs, you need to create an > account on the wiki, and let us know your wiki

Re: Camel script gives strange error

2016-02-21 Thread Claus Ibsen
Hi Please use the @user mailing list to ask this kind of question. And the error is not strange, you need load the file into memory if you want to work on the message body, eg from(...) .convertBodyTo(String.class) On Sun, Feb 21, 2016 at 8:16 PM, souciance wrote: > Hi, > > I am writing a

[GitHub] camel pull request: CAMEL-9201 - Minor fixes to the project struct...

2016-02-21 Thread johnament
GitHub user johnament opened a pull request: https://github.com/apache/camel/pull/854 CAMEL-9201 - Minor fixes to the project structure. The changes introduced no longer depend on DeltaSpike Core, so removed that dependency and upgraded to the latest patch version (v1.5.4) Updat

Camel script gives strange error

2016-02-21 Thread souciance
Hi, I am writing a very basic camel flow to test using scripts. But it gives me a strange error. The route looks like this: The main action happens here: from("file://C:test?fileName=in.xml").routeId("ContentbasedRouter") .choice() .when(toXML) .script().javaScript("requ

[GitHub] camel pull request: CAMEL-9458 Added note about installing camel-i...

2016-02-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/853 --- 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-9458 Added note about installing camel-i...

2016-02-21 Thread johnament
GitHub user johnament opened a pull request: https://github.com/apache/camel/pull/853 CAMEL-9458 Added note about installing camel-ignite You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnament/camel CAMEL-9458 Alternatively y