Re: Problem 2 when compiling sample from Camel package

2010-07-27 Thread Claus Ibsen
On Tue, Jul 27, 2010 at 7:40 PM, benxs wrote: > > I tried to compile a second example from the Camel package. > I setup Java SE 1.6 for this. Anyway it gives an error with > "NoClassDefFoundError: org/springframework/asm/ClassVisitor" > You need a spring jar on the classpath, most likely its name

Re: Visibility between camel contexts

2010-07-27 Thread Thiago Souza
Why it is a bad practice? On Tue, Jul 27, 2010 at 3:19 AM, Claus Ibsen-2 [via Camel] < ml-node+2255481-1502974992-15...@n5.nabble.com > wrote: > On Tue, Jul 27, 2010 at 5:58 AM, Thiago Souza <[hidden > email]> > wrote: > > > > > Hi, > > > >

Problem 2 when compiling sample from Camel package

2010-07-27 Thread benxs
I tried to compile a second example from the Camel package. I setup Java SE 1.6 for this. Anyway it gives an error with "NoClassDefFoundError: org/springframework/asm/ClassVisitor" See below What does the warning at the top ("'includeantruntime' was not set") mean? Thank you Ben C:\Camel\v2

Re: recipientList + parallelProcessing + aggregationStrategy

2010-07-27 Thread Claus Ibsen
On Tue, Jul 27, 2010 at 6:18 PM, Claus Ibsen wrote: > On Tue, Jul 27, 2010 at 6:13 PM, Claus Ibsen wrote: >> On Tue, Jul 27, 2010 at 5:43 PM, Marco Crivellaro >> wrote: >>> >>> Hi all, >>> we have a route which is delivering of a given message to a list of >>> endpoints (HTTP, MAIL, FTP...) >>>

Re: recipientList + parallelProcessing + aggregationStrategy

2010-07-27 Thread Claus Ibsen
On Tue, Jul 27, 2010 at 6:13 PM, Claus Ibsen wrote: > On Tue, Jul 27, 2010 at 5:43 PM, Marco Crivellaro > wrote: >> >> Hi all, >> we have a route which is delivering of a given message to a list of >> endpoints (HTTP, MAIL, FTP...) >> to achieve this we are using a recipentList (the endpoint list

Re: recipientList + parallelProcessing + aggregationStrategy

2010-07-27 Thread Claus Ibsen
On Tue, Jul 27, 2010 at 5:43 PM, Marco Crivellaro wrote: > > Hi all, > we have a route which is delivering of a given message to a list of > endpoints (HTTP, MAIL, FTP...) > to achieve this we are using a recipentList (the endpoint list is dinamic). > In order to process all deliveries in parallel

recipientList + parallelProcessing + aggregationStrategy

2010-07-27 Thread Marco Crivellaro
Hi all, we have a route which is delivering of a given message to a list of endpoints (HTTP, MAIL, FTP...) to achieve this we are using a recipentList (the endpoint list is dinamic). In order to process all deliveries in parallel we are using parallelProcessing once the delivery to a given endpoi

Re: File component/language: preMove only

2010-07-27 Thread Claus Ibsen
Hi What if preMove is a bit special. So you can do preMove=moveMe&noop=true. Which then tells Camel to pre move the file. But on commit it should just leave the file as is. On Fri, Jul 23, 2010 at 12:05 PM, Pavel wrote: > That doesn't work, since by the time route completes, file is moved > el

Re: Visibility between camel contexts

2010-07-27 Thread Claus Ibsen
On Tue, Jul 27, 2010 at 2:41 PM, Thiago Souza wrote: > > Hi, > >    My current understanding is that components should be  considered as > isolated from each other. And Camel context is just the way to organize and > configure routes. > >    The problem is that camel context modularization support

Re: Visibility between camel contexts

2010-07-27 Thread Thiago Souza
Hi, My current understanding is that components should be considered as isolated from each other. And Camel context is just the way to organize and configure routes. The problem is that camel context modularization support is not good enough. For example, in this case, by separating end

Re: Problem when compiling sample from Camel package

2010-07-27 Thread Claus Ibsen
If you are using JDK 1.5 you need some XML jars and whatnot. (JAXB etc.) If you use JDK 1.6 they are included in the JDK itself. On Tue, Jul 27, 2010 at 2:27 PM, benxs wrote: > > When I try to compile one of the sample (camel-example-jms-file) shipped with > Camel v2.4.0 > under WinXP then I go

Problem when compiling sample from Camel package

2010-07-27 Thread benxs
When I try to compile one of the sample (camel-example-jms-file) shipped with Camel v2.4.0 under WinXP then I got the following error (see below). It is something with java.lang.NoClassDefFoundError: javax/xml/stream/XMLEventWriter Whats wrong in detail? Thank you Ben C:\Camel\v2.4.0\examples

Re: Visibility between camel contexts

2010-07-27 Thread Claus Ibsen
On Tue, Jul 27, 2010 at 11:50 AM, Willem Jiang wrote: > > Claus Ibsen wrote: >> >> On Tue, Jul 27, 2010 at 5:58 AM, Thiago Souza >> wrote: >>> >>> Hi, >>> >>>     In a standalone spring application context the following is perfectly >>> fine: >>> >>> >>>       >>>               >>>            

mustUnderstand=true attribute passed through camel problem

2010-07-27 Thread Rafal Janik
Hi All I have a problem with sending the signed message wit security header ... xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; s:mustUnderstand="1"> ... through my camel route. The soap is just passed throw the flow. The camel route starts with c

Re: Visibility between camel contexts

2010-07-27 Thread Willem Jiang
Claus Ibsen wrote: On Tue, Jul 27, 2010 at 5:58 AM, Thiago Souza wrote: Hi, In a standalone spring application context the following is perfectly fine:

FTPS: "Unrecognized SSL message, plaintext connection?. Code: 234"

2010-07-27 Thread Andreas Asmuss
Hi I'm trying my hand at using FTP over SSL. At some point I'd like to use both server and and client authentication via certificates. I have configured a server that has a certificate. This works fine when I log into it using a normal FTP client; the certificate pops up and I must accept it etc.