Re: Groovy support stable in 1.3.0?

2010-02-04 Thread Willem Jiang
Hi, What kind of JDK are you using? Here are the links[1][2][3] of groovy unit test. [1]https://svn.apache.org/repos/asf/camel/trunk/components/camel-script/src/test/java/org/apache/camel/builder/script/GroovyScriptRouteTest.java

Re: Groovy support stable in 1.3.0?

2010-02-03 Thread Claus Ibsen
')})).                     to(log:fooCategoryName?level=DEBUG) -- View this message in context: http://old.nabble.com/Groovy-support-stable-in-1.3.0--tp17874313p27444968.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. -- Claus Ibsen Apache Camel Committer Author

Re: Groovy support stable in 1.3.0?

2010-02-02 Thread /U
?level=DEBUG) -- View this message in context: http://old.nabble.com/Groovy-support-stable-in-1.3.0--tp17874313p27425830.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Re: Groovy support stable in 1.3.0?

2010-02-02 Thread Willem Jiang
Hi, Did you put the groovy-all jar and the groovy-engine jar into your class path? I didn't find any unit test error about in the camel-groovy and camel-script module. Here are the maven dependency dependency groupIdcom.sun.script/groupId

Re: Groovy support stable in 1.3.0?

2010-02-02 Thread /U
is a snippet of the routebuilder code that uses groovy: when(groovy(in.headers.JMSType { h - h.startsWith('foobar')})). to(log:fooCategoryName?level=DEBUG) -- View this message in context: http://old.nabble.com/Groovy-support-stable-in-1.3.0

Re: Groovy support stable in 1.3.0?

2010-02-02 Thread Willem Jiang
Hi Here is the repo url http://svn.apache.org/repos/asf/servicemix/m2-repo Willem /U wrote: many thanks for your help. I thought groovy engine was in the camel packages. can you tell me which maven repo has groovy-engine artifact. many thanx! willem.jiang wrote: Hi, Did you put the