Re: camel error with simple program with camel-core-2.11.1.jar

2013-07-24 Thread vinay
Hi Willem, Sorry about the delayed response Groovy Version: 2.1.3 JVM: 1.7.0_11 Vendor: Oracle Corporation OS: Linux Also, i get following warning. WARNING: Module [camel-groovy] - Unable to load extension class [class org.apache.camel.groovy.extend.CamelGroovyMethods] due to [org/apache

Re: camel error with simple program with camel-core-2.11.1.jar

2013-07-21 Thread vinay
. regards, Vinay -- View this message in context: http://camel.465427.n5.nabble.com/camel-error-with-simple-program-with-camel-core-2-11-1-jar-tp5735829p5736000.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel error with simple program with camel-core-2.11.1.jar

2013-07-21 Thread vinay
llowing works... .process ({ Exchange it -> println "in processor: ${it.in.body}" it.out.body = it.in.body.toUpperCase() } as org.apache.camel.Processor) any suggestions.. thanks, Vinay -- View this message in context: http://camel.465427.n

Re: camel error with simple program with camel-core-2.11.1.jar

2013-07-18 Thread vinay
Thanks Claus, that fixed it.but have another problem now, I changed route as follows and I get exception for .process closure class MyRouteBuilder extends org.apache.camel.builder.RouteBuilder { void configure() { from("direct://foo") .to("log://camelLogger?level=INFO") .proces

camel error with simple program with camel-core-2.11.1.jar

2013-07-17 Thread vinay
Hi All, I am new to camel, here is what I am trying and is giving me exception. $groovy -v Groovy Version: 2.1.3 JVM: 1.7.0_11 Vendor: Oracle Corporation OS: Linux $groovy CallCallista1.groovy give following exception... [main] INFO camelLogger - Exchange[ExchangePattern:InOut,

Re: Camel Development in eclipse

2013-07-08 Thread vinay
I did installed plugin from http://repo.fusesource.com/ide/ but fuse perspective is not available. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Development-in-eclipse-tp5735191p5735260.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Development in eclipse

2013-07-08 Thread vinay
Thanks Jyothi, is following update site correct? http://repo.fusesource.com/ide/ cheers, Vinay -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Development-in-eclipse-tp5735191p5735259.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Development in eclipse

2013-07-04 Thread vinay
Hi, I searched eclipse support for Camel development, and found fuseide, but it appears that it is part of redhat. Can any one please provide info about how I get the IDE support for Camel development cheers, Vinay -- View this message in context: http://camel.465427.n5.nabble.com