I've been working on this a few days, searching for a solution but I'm stuck.
In my
java application (command line, not web) I'm using Spring to wire the application classes. In my applicationContext.xml I have this
This works fine. Inside my app I want to evaluate similar strings, and I've developed this method
But when I run this code, a error is thrown
I think I'm near my objective, but I do not know how to get application context beans into he parser, or how to get it working anyone could help ?