Hi,
I have the following construct in my appContext (straight from the manual):
<si:filter input-channel="myChannel">
<groovy:script><![CDATA[
return payload == 'good'
]]></groovy:script>
</si:filter>
I get the following exception when trying to run it:
org.springframework.beans.factory.parsing.BeanDefi nitionParsingException: Configuration problem: Either "ref" attribute or inner bean (<bean/>) definition of concrete implementation of this MessageFilter is required.
Any help is appreciated.
Thanks


Reply With Quote