Re: Camel website is not showing the code blocks

2015-06-29 Thread jsherman
Hi Dan, Thanks for the update. There were a couple of issues opened on this as well: https://issues.apache.org/jira/browse/CAMEL-8911 https://issues.apache.org/jira/browse/AMQ-5866 Please keep us posted. Thanks, Jason -- View this message in context: http://camel.465427.n5.nabble.com/Came

Re: Camel website is not showing the code blocks

2015-06-29 Thread jsherman
Hi Dan, Actually I just checked the pages again and the issue appears to be resolved. Can you update the associated Jiras with the problem/resolution and close them out? Thanks, Jason -- View this message in context: http://camel.465427.n5.nabble.com/Camel-website-is-not-showing-the-code-blo

Re: Camel website is not showing the code blocks

2015-06-29 Thread xlogger
Everything looks okay this morning, but then I checked the page again just now and found many alerts prompted up Only JavaDSL code blocks can be shown, SpringDSL code blocks are collapsed Example: http://camel.apache.org/timer.html

Re: Wiki pages not displaying all content?

2015-06-29 Thread Nathan Jones
Yeah I posted the same question yesterday. The following Greasemonkey script fixes the issue for me: // ==UserScript== // @nameCamel Code Snippets // @namespace ncjones // @include https://camel.apache.org/* // @version 1 // @grant none // ==/UserScript== document.getEleme

multiple insert-where-filter not exists

2015-06-29 Thread lilw
Hello, I'm doing a bulk load where I have a case for the following insertion: INSERT {...} WHERE { FILTER NOT EXISTS{ ?s dc:identifier ${pair.getKey()}^^xsd:int.} } In this bulk load I can have up to 50 of these insert/where clauses, separated by a semi-colon. Through testing, it appear

Wiki pages not displaying all content?

2015-06-29 Thread Mark Frazier
Anybody know what is up with the Camel wiki pages? They are not displaying the example (source code) content in Safari, Firefox, or Chrome for me right now. The content is actually there when “view page source” though. ???

RE: How to follow redirect url from server with http4 in camel ?

2015-06-29 Thread dilipkumar19
Hi Optixpro, did you find a solution for this ?? I am stuck with a similar problem but with https url. the base url get s authenticated sucessfully and creates an url with token but redirect fails -- View this message in context: http://camel.465427.n5.nabble.com/How-to-follow-redirect-url-

Re: Iterate in sql result list

2015-06-29 Thread renato_natos
Hi, I tried but dont work. My problem occur when the camel try convert to Map. Once the camel convert to List and after the camel try convert to Map and then shows the message: Cannot convert InputStream to java.util.Map -- View this message in context: http://camel.465427.n5.nabble.com/I

Re: Camel website is not showing the code blocks

2015-06-29 Thread Daniel Kulp
Hmm… looks like they updated confluence and the new version has changed a bunch of the class names for various elements.That’s causing issues with the scripts for the code formatters, but there are also CSS issues due to the changed class names. Looking at it now. Dan > On Jun 29, 2015

Multiple Camel contexts and request to multiple replies communication pattern (multicast)

2015-06-29 Thread hasikada
Hello, I work on the ESB (entiprise service bus) project based on Apache Camel running on Apache Karaf. The ESB provides several different services, Each service provides REST API (e.g TestRest), service routes (e.g TestService) and service beans (e.g TestBean). The service classs contains one CXF

Re: Apache Documentation - Code snippets missing

2015-06-29 Thread alexis.jacquemart
The same ! The script balise is at "display : none" for each code snippets. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Documentation-Code-snippets-missing-tp5768660p5768667.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel XML Simple problem using operators?

2015-06-29 Thread Claus Ibsen
Hi Try upgrading Camel. On Mon, Jun 29, 2015 at 1:00 PM, rory wrote: > I'm using Camel 2.10. > > I'm using org.apache.camel.model.RouteDefinition. > > I can set the body of my request fine using the variables described in the > docs: > > http://camel.apache.org/simple.html > > For example, if I

Apache Documentation - Code snippets missing

2015-06-29 Thread contactreji
Hi Just found that code snippets are missing in Apache Camel documentations. What could be the reason? Is it same with everyone or is it something wrong with my system? Cheers Reji - Reji Mathews Sr. Developer - Middlewar

Camel XML Simple problem using operators?

2015-06-29 Thread rory
I'm using Camel 2.10. I'm using org.apache.camel.model.RouteDefinition. I can set the body of my request fine using the variables described in the docs: http://camel.apache.org/simple.html For example, if I create a org.apache.camel.model.RouteDefinition which looks like: // Calling toString

RE: Configure ActiveMQ queue forwarding based on wildcard destinations

2015-06-29 Thread elrick.dutoit
Hi Claus, I see to have arrive at a solution: ActiveMQ2:${header.JMSDestination}

RE: File2: readLock/ready file alternatives

2015-06-29 Thread jamesburn
Hi Claus Thanks for the tips. TRACE logging did help see the innards of what was happening with the Readlock. I'm also embarrassed to admit that it was my file-browser which wasn't refreshing the filesize hence I thought the files weren't being completely copied! I now see they are - Camel File

Dynamic Cron values for starting a route

2015-06-29 Thread contactreji
Hi I have some route like .. .. . Now I have a new requirement where the cron expression needs to be changed dynamically. Or let me put it this way.. Based on some condition I might need to have the scheduler fired every 1 min and once the state changes. By default its 10 mins and the c

Code snippets missing from online docs

2015-06-29 Thread Nathan Jones
Code snippets in the docs at camel.apache.org are not rendering for me. For example, all of the example endpoint URLs on https://camel.apache.org/components.html are empty. When I inspect the page source I can see the script blocks containing the code snippets so I guess this is a JavaScript issue.

Re: Unable to shutdown endpoint when intercepted with interceptSendToEndpoint

2015-06-29 Thread gterral
Ticket logged under: https://issues.apache.org/jira/browse/CAMEL-8914 Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Unable-to-shutdown-endpoint-when-intercepted-with-interceptSendToEndpoint-tp5768574p5768646.html Sent from the Camel - Users mailing list archive at