Re: Camel 2.6.0

2012-06-04 Thread Hadrian Zbarcea
Apache mirrors only serve actively supported versions. Hadrian On 06/04/2012 04:50 AM, domiko wrote: Hey Claus, Thanks for the link. I was going through this link : http://www.apache.org/dyn/closer.cgi And apparently the mirrors only serve the last 3 versions. Thanks again. rgds, Dominique. -

Re: Camel 2.6.0

2012-06-04 Thread Christian Müller
That's the good thing in Maven. Maven never forgets anything... ;-) [1] [1] http://search.maven.org/#artifactdetails|org.apache.camel|apache-camel|2.6.0|pom Best, Christian On Mon, Jun 4, 2012 at 10:50 AM, domiko wrote: > Hey Claus, > Thanks for the link. > > I was going

Re: Camel 2.6.0

2012-06-04 Thread domiko
Hey Claus, Thanks for the link. I was going through this link : http://www.apache.org/dyn/closer.cgi And apparently the mirrors only serve the last 3 versions. Thanks again. rgds, Dominique. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-6-0-tp5713783p5713932.html Se

Re: Camel 2.6.0

2012-06-02 Thread Claus Ibsen
Hi Yes from the ASF download page. http://camel.apache.org/download See the _older releases_ section. On Thu, May 31, 2012 at 1:35 PM, domiko wrote: > Hey, > > Does anybody know were we can get version 2.6.0 of Camel. > > Regards, > D > > > -- > View this message in context: > http://camel.46

Camel 2.6.0

2012-06-02 Thread domiko
Hey, Does anybody know were we can get version 2.6.0 of Camel. Regards, D -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-6-0-tp5713783.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: using aggregator - camel 2.6.0

2012-06-02 Thread greendaycriss
Hello Henryk, thank you for you're time attached is my pom configuration, maybe you figure out from this Best Regards, Cristian http://camel.465427.n5.nabble.com/file/n5713742/pom.xml pom.xml -- View this message in context: http://camel.465427.n5.nabble.com/using-aggregator-camel-2-6-0

Re: using aggregator - camel 2.6.0

2012-05-30 Thread Henryk Konsek
>    "Cannot find class > [org.apache.camel.processor.aggregate.AggregationStrategy]" > ... >   interface="org.apache.camel.processor.aggregate.AggregationStrategy" > bean-name="aggregatorStrategy"/> The most probably source of your problems is that you're got a wrong configuration of BND Maven pl

using aggregator - camel 2.6.0

2012-05-29 Thread greendaycriss
Hello. i am trying to use the aggregator pattern in a route and i get this error: "Cannot find class [org.apache.camel.processor.aggregate.AggregationStrategy]" i also added camel-core dependency in pom.xml : org.apache.camel camel-core

Re: Multiple camelContext elements in camel 2.6.0

2012-02-28 Thread Christian Müller
You could code your "onException" strategy in a base route and subclass this in your other routes... Best, Christian On Tue, Feb 28, 2012 at 8:18 AM, cmland wrote: >There are many spring context xml files in my project ,and i want to use > "camel:ContextScan" and "camel:include" to include

Multiple camelContext elements in camel 2.6.0

2012-02-27 Thread cmland
There are many spring context xml files in my project ,and i want to use "camel:ContextScan" and "camel:include" to include all the CamelContext into one CamelContext and then i can use one "onException" to process the error message. but it was not work. what i can do for it . thanks. eg:

RE: Apache Camel 2.6.0 to 2.8.2 http4 problem

2011-11-17 Thread Carlos Manuel Figueiredo
producer endpoint, entering via jetty:http or jetty:https it worked fine going to (only one) http4 (I presume it assumed http ou https according with the source request) endpoint. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: quinta-feira, 17 de Novembro de 2011

Re: Apache Camel 2.6.0 to 2.8.2 http4 problem

2011-11-17 Thread Claus Ibsen
ing from Apache Camel 2.6.0 to 2.8.2 and I'm having a problem. > > Before the upgrade e manage to redirect a request from this > > uri="jetty:http://0.0.0.0:8080/camel?matchOnUriPrefix=true&bridgeEndpoint=true"/> > > to this > > uri="http4://10.112.27.

Apache Camel 2.6.0 to 2.8.2 http4 problem

2011-11-17 Thread Carlos Manuel Figueiredo
I'm upgrading from Apache Camel 2.6.0 to 2.8.2 and I'm having a problem. Before the upgrade e manage to redirect a request from this http://0.0.0.0:8080/camel?matchOnUriPrefix=true&bridgeEndpoint=true"/> to this using a simple .choice() .when(header

Re: Apache Camel 2.6.0 and Mina 1.1.7 Scalability Issue

2011-09-24 Thread Arunprasad R
> > Hi, > > Recently, we had an issue in consuming Camel Mina - where we could see > scalability issue. We use Mina to accept tcp socket connections. Server > performing well for single user test or with less load. We were able to get > response from server in less than 150 ms. When we execute the

Re: Camel 2.6.0 - Locking with the file component

2011-02-24 Thread Claus Ibsen
IO operation on the OS. On Wed, Feb 23, 2011 at 9:33 PM, public_phil wrote: > > I'm using Camel 2.6.0 and I've noticed some odd behavior with regard to file > locking.  Here are the routing details: > > > uri="file://dir?delay=5000&move=.archive&moveF

Camel 2.6.0 - Locking with the file component

2011-02-23 Thread public_phil
I'm using Camel 2.6.0 and I've noticed some odd behavior with regard to file locking. Here are the routing details: The data file to be processed is a small .csv file that is routed to the "beanProcessor" for processing. The "beanProcessor" is an AsyncP

Apache Camel 2.6.0 released

2011-01-30 Thread hadrian
The Apache Camel project [1] issued this week a new minor release 2.6.0 [2]. This release is the result of 3 months of hard work with an impressive 297 issues resolved, many of them coming as contributions from our growing community. Many thanks for your continued support and for trusting your