newbie implementation question

2015-06-30 Thread Mills, Gary (GE Energy Management, consultant)
Hello, Thanks in advance, forgive me as I a learning. I do try to look these things up also, but with user feedback this greatly helps point me in the right direction. I have 4 files to pick up from FTP. I need to join these files together to achieve 1 single file. Each file has a unique head

Re: PHP and OSGi?

2015-06-30 Thread Hans Loven
Try importing org.apache.camel.* in your php bundle Pardon the brevity, Sent from my phone On Jun 30, 2015 3:32 PM, "Daniel Lamb" wrote: > Hi, > > Has anyone out there ever successfully used PHP within camel routes > running in an OSGi container? I keep getting the following error despite > ha

Re: testing HTTPRepositoryConnection

2015-06-30 Thread lilw
I got it fixed - the repo was running under root context. -- View this message in context: http://camel.465427.n5.nabble.com/testing-HTTPRepositoryConnection-tp5768722p5768724.html Sent from the Camel - Users mailing list archive at Nabble.com.

PHP and OSGi?

2015-06-30 Thread Daniel Lamb
Hi, Has anyone out there ever successfully used PHP within camel routes running in an OSGi container? I keep getting the following error despite having camel-script installed: Bundle php_test.xml is waiting for dependencies [(&(language=php)(objectClass=org.apache.camel.spi.LanguageResolver))

testing HTTPRepositoryConnection

2015-06-30 Thread lilw
Hi, I have the following returning "host is null" error, but the repository is accessible over browser. When I do repo.isInitialized(), I get errors about missing values. I also get the same error if I do connection.begin(). And if I dont encode the repository url, I get the error it is not found.

Having issue with +

2015-06-30 Thread furchess123
Hi, I am using Camel 2.14.2. All my RouteBuilder implementations are @Component annotated Spring beans, auto-wired with processors, error handlers, AggregationStrategy implementation beans, etc. I have been using componentScan to load these Spring beans into Camel context. However, I have one rout

Re: Adding some parallelism to synchronous route

2015-06-30 Thread Hans Loven
Multicast to b,c,d, with the parallel processing option enabled Pardon the brevity, Sent from my phone On Jun 30, 2015 9:59 AM, "apara" wrote: > I have a route which routs message between different beans: > > .bean(a) > .bean(b) > .bean(c) > .bean(d) > .bean(e) > > I am realizing that processing

Adding some parallelism to synchronous route

2015-06-30 Thread apara
I have a route which routs message between different beans: .bean(a) .bean(b) .bean(c) .bean(d) .bean(e) I am realizing that processing of beans b, c, d does not need to be sequential, but can in fact be performed in parallel. However, e, still need to occur after all a,b,c,d, have been processe

Re: Camel website is not showing the code blocks

2015-06-30 Thread contactreji
Oops. Yea for some docs, Spring DSL is not appearing. And shows some annoying dialogue boxes, - Reji Mathews Sr. Developer - Middleware Integration / SOA ( Open Source - Apache Camel & Jboss Fuse ESB | Mule ESB ) LinkedIn -

Re: Camel website is not showing the code blocks

2015-06-30 Thread Reji Mathews
Wow! Things look better now. All code snippets back! Thanks a ton guys.. Cheers Reji On Tue, Jun 30, 2015 at 1:34 PM, fxthomas wrote: > helllo, > > I also still the css tags missging issue on the website > > class="brush: xml > > Many of the XML tag content are missing, but some are present als

Re: base64 options

2015-06-30 Thread est412
Thank you, Claus! It was very helpful! -- View this message in context: http://camel.465427.n5.nabble.com/base64-options-tp5768695p5768700.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: base64 options

2015-06-30 Thread Claus Ibsen
Hi There is some overloaded methods that take in options. Or create a new instance of org.apache.camel.model.dataformat.Base64DataFormat and configure it, and use .marshal(df) On Tue, Jun 30, 2015 at 10:45 AM, est412 wrote: > Sorry for such stupid question, but... > How can I set base64 option

concurrent consummers and threads

2015-06-30 Thread fliot33
Hi, I'm trying to read on multithread way, new files in a folder, I'm playing this : I have the feeling it is not really synchronious multi-threading execution, Is it suppose to work such way ? Thanks in advance, Francois -- View this message in context: http://camel.46

base64 options

2015-06-30 Thread est412
Sorry for such stupid question, but... How can I set base64 options (for ex. lineLength=1) from route? I'm using this ".marshal().base64()" type of construct. -- View this message in context: http://camel.465427.n5.nabble.com/base64-options-tp5768695.html Sent from the Camel - Users mailing

Re: Camel website is not showing the code blocks

2015-06-30 Thread fxthomas
helllo, I also still the css tags missging issue on the website class="brush: xml Many of the XML tag content are missing, but some are present also which is strange regards, Felix T -- View this message in context: http://camel.465427.n5.nabble.com/Camel-website-is-not-showing-the-code-bl