Hi, folks!
I am using groovy script as service-activator and want to customize it (basically, inject more beans into it).
The "groovy:script" tag inside service-activator creates bean of class GroovyScriptExecutingMessageProcessor, which does not expose its GroovyObjectCustomizer. Instead, it hard-codes it to MessageContextBindingCustomizer:
That's not like you, guys! What gives?Code:public class GroovyScriptExecutingMessageProcessor extends AbstractScriptExecutingMessageProcessor<Object> { private final MessageContextBindingCustomizer customizer = new MessageContextBindingCustomizer();
Thanks in advance for your advice,
Baruch.


Reply With Quote
