Re: onException()

2010-04-01 Thread /U
for each such route so the entire context can be destroyed after workflow is complete? much thanks! /U Claus Ibsen-2 wrote: Hi Why do you need to remove it? Can you just stop it instead? The Camel in Action book, chapter 13, contains details how to stop and start routes at runtime

Re: onException()

2010-03-31 Thread /U
() method so I could remove the route from the context. how i can do that? many thanx for any help! /U Claus Ibsen-2 wrote: On Wed, Mar 24, 2010 at 11:30 PM, /U uma...@comcast.net wrote: thnaks for the help - it works. Only problem: if connection to toUri fails, MyErrorhandler

Re: onException()

2010-03-24 Thread /U
thnaks for the help - it works. Only problem: if connection to toUri fails, MyErrorhandler is invoked; but if connection to fromUri fails, MyErrorHandler not invoked! for example, from(file://a.log).onException(Exception.class).process(MyErrHandler).to(ftp://u...@server?;).end

onException()

2010-03-23 Thread /U
() method invoked? - is there a way to pass an arbitrary data to a bean which is used as an endpoint. Eg: to(bean:myBean?method=processErrorarg=+fromUri) regardds, /U -- View this message in context: http://old.nabble.com/onException%28%29-tp28008233p28008233.html Sent from the Camel

Re: Groovy support stable in 1.3.0?

2010-02-02 Thread /U
jars for jsr223 groovy support. /U Seon Lee wrote: I'm having trouble getting groovy support working in release 1.3.0 stable. Here is the stack trace: java.lang.IllegalArgumentException: No script engine could be created for: groovy

Re: Groovy support stable in 1.3.0?

2010-02-02 Thread /U
groupIdorg.codehaus.groovy/groupId artifactIdgroovy-all/artifactId version1.7.0/version /dependency Willem /U wrote: the same issue is seen on 2.1.0 as well. With the dependency camel.script ver 2.1.0 added, a route with groovy filter fails

Re: 2.1.0 Manual?

2010-01-08 Thread /U
Thanks Hadrian. Is there a chance you could upload it today? Is there a significant delta between 2.0.0PDF and the one for 2.1.0? Regards, /U hzbarcea wrote: Yes, there was a problem with the generation of the pdf. I will upload it manually. Thanks Hadrian On Jan 7, 2010, at 3:26

2.1.0 Manual?

2010-01-07 Thread /U
Is the manual for 2.1.0 available? The link http://camel.apache.org/manual/camel-manual-2.1-SNAPSHOT.pdf is broken. Regards, /U -- View this message in context: http://old.nabble.com/2.1.0-Manual--tp27066471p27066471.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ResolveEndpointFailedException with a file endpoint

2010-01-05 Thread /U
with a valid starting directory: C:\ftp\data\in.txt This is likely a different problem - but I would appreciate any hints! Thanx! /U Claus Ibsen-2 wrote: On Tue, Jan 5, 2010 at 7:21 AM, /U uma...@comcast.net wrote: I have a simple route transferring contents of files in a folder to a JMS

ResolveEndpointFailedException with a file endpoint

2010-01-04 Thread /U
and that they are properties of the endpoint. Unknown parameters=[{useFixedDelay=true, delay=1000}] at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:351) //... /U -- View this message in context: http://old.nabble.com/ResolveEndpointFailedException-with-a-file