Anybody know how to use a BeanShell expression in a filter with XML configuration?
I added bsh-2.0b5 to the classpath.
I tried:
<filter>
<language language="BeanShell">...</language>
</filter>
And various other variations such as Beanshell, beanshell, bsh, etc.
No dice -- it always says the language can't be found. "simple"
doesn't blow up. Not sure what I'm missing.
Thanks,
Aaron
