Hi all!
I have problem with usage Spring.Expressions.ExpressionEvaluator.
When I used Preview 2, my code looks like:
object result = ExpressionEvaluator.GetValue(null, "@Audit.LogInfo(#v0, #v1)" , vars);
At present time with usage Preview 3 this code generates exception "unexpected token: [\"@\",<34>,line=1,col=1]"
"Audit" is bean's name.
What do I do wrong?


Reply With Quote
