Hi, currently I am reworking the servicemix-script component to have a jsr-223 enabled endpoint. The JSR-223 is an abstraction layer for scripting for java. There are already engine implementations for lots of languages...for example groovy, javascript, jruby, bsh, xpath, xslt, velocity etc.
A list of available engines can be found here: https://scripting.dev.java.net/ In my opinion the old endpoint which uses Spring Dynamic Languages (there are only 3 languages supported by Spring) should be abandoned in 3.3 Release. This old endpoint causes problems with dependency managment. Today I tried to get JRuby running on both old and new endpoint and figured out that this is impossible. The reason is, that JSR223 needs JRuby >=1.1 and Spring JRuby <=1.0....so what :) What do you think? Regards Lars -- View this message in context: http://www.nabble.com/-DISCUSS--Abandon-old-servicemix-script-endpoint-tp17774828p17774828.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
