I'm trying to inject a field to a Spring Bean but I can only make it work with ClassDelegate (not work with Expression or DelegateExpression).
I was looking at Activity source code and I found the setter method invokation on org.activiti.engine.impl.bpmn.helper.ClassDelegate.java I could not find the "setter method invokation" for Expression/DelegateExpression.