[GitHub] camel pull request: Update hazelcast component to only create its ...

2015-03-25 Thread akhettar
Github user akhettar closed the pull request at: https://github.com/apache/camel/pull/443 --- 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 ena

[GitHub] camel pull request: [CAMEL-8547] Usage of camel-xmlbeans depends o...

2015-03-25 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request: https://github.com/apache/camel/pull/445 [CAMEL-8547] Usage of camel-xmlbeans depends on TCCL You can merge this pull request into a Git repository by running: $ git pull https://github.com/jamesnetherton/camel CAMEL-8547 Alte

[GitHub] camel pull request: CAMEL-8546: fix script language resolvers

2015-03-25 Thread barthorre
GitHub user barthorre opened a pull request: https://github.com/apache/camel/pull/444 CAMEL-8546: fix script language resolvers You can merge this pull request into a Git repository by running: $ git pull https://github.com/barthorre/camel CAMEL-8546 Alternatively you can rev

Apache Camel decodes HTTP query params and httpclient fails with Invalid query exception

2015-03-25 Thread Liliana.Neagul
Hi, I'm trying to send from a camel route an HTTP request using an encoded query parameter (for symbol euro €), and it seems that camel decode the parameter and sent it to httpclient decoded. Httpclient fails then with 'Invalid query' exception. My route is: from("jetty:http://localhost:5443/getC

[GitHub] camel pull request: CAMEL-8464 Remove likeCompanyUpdate endpoint f...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/428 --- 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 en

[GitHub] camel pull request: CAMEL-8465 Add groups/getPosts endpoint to cam...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/429 --- 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 en

[GitHub] camel pull request: CAMEL-8454 Correct a comment in files generate...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/422 --- 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 en

[GitHub] camel pull request: CAMEL-8455 update_key option should be optiona...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/423 --- 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 en

[GitHub] camel pull request: CAMEL-8456 - Remove addCompanyUpdateComment en...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/424 --- 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 en

[GitHub] camel pull request: CAMEL-8457 Correct return types of some endpoi...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/425 --- 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 en

[GitHub] camel pull request: CAMEL-8470 Several small fixes for camel-linke...

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/433 --- 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 en

[GitHub] camel pull request: Camel 8458

2015-03-25 Thread trohovsky
Github user trohovsky closed the pull request at: https://github.com/apache/camel/pull/426 --- 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 en

Re: Authorization to edit the Wiki pages

2015-03-25 Thread Claus Ibsen
Hi Thanks I have granted you karma. Thanks again for helping out. On Wed, Mar 25, 2015 at 2:02 PM, Brad Powell wrote: > Sorry about that. It's there now. > Brad > > > > On Wednesday, March 25, 2015 1:35 AM, Claus Ibsen > wrote: > > > Hi > > You need to create an account on the wiki also

Re: Authorization to edit the Wiki pages

2015-03-25 Thread Brad Powell
Sorry about that. It's there now. Brad On Wednesday, March 25, 2015 1:35 AM, Claus Ibsen wrote: Hi You need to create an account on the wiki also. I cannot find your username there. http://camel.apache.org/how-do-i-edit-the-website.html On Tue, Mar 24, 2015 at 7:10 PM, Brad Powel

Re: Failed to create route on activemq

2015-03-25 Thread Claus Ibsen
Hi Please use the @user mailing list / user forum for these kind of questions On Wed, Mar 25, 2015 at 9:55 AM, Jonasty wrote: > I have following code: > > context.addRoutes(new RouteBuilder() { > public void configure() throws JMSException { > from("activemq:q

Failed to create route on activemq

2015-03-25 Thread Jonasty
I have following code: context.addRoutes(new RouteBuilder() { public void configure() throws JMSException { from("activemq:queue:KBC?noop=true").process(new QueueProcessor()); } }); The queueprocessor writes a log to the database. I