I had a try it looks like the problem is caused by a change from revision 5077 to the groovy MetaClass which removed the setUseReflection method which is used in the GroovyScriptEngine thats bundled with BSF.
I can't see any easy way to fix this without a new BSF release other than using a custom built GroovyScriptEngine which probably isn't very practical.There has been some talk of a new BSF release over on the BSF mailing lists, I'll go see how soon they think we could do that. ...ant [1] http://fisheye.codehaus.org/browse/groovy/trunk/groovy/groovy-core/src/main/groovy/lang/MetaClass.java On 10/26/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: > > Folks > > I was recently presenting on Groovy and Synapse at the Grails Exchange > conference. There is an RC1 out for Groovy 1.1 and a lot of updates, and I > think it would be great to update to Groovy 1.1 in our 1.1 release. > Unfortunately, they changed the interface so its not compatible - I already > tried just dropping the 1.1-RC1 release into Synapse and it doesn't work. > > Any chance we can do this in time for Synapse 1.1? > > Paul > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com
