I have:
<assignment-handler class="#{assignHandler}"/>
where assignHandler is a var set for the execution with the full classname of the java assignment handler.
But this gives:
org.jbpm.pvm.internal.wire.JbpmClassNotFoundException: couldn't load class #{assignHandler}
Is it at all possible to do what I want to do? Or how can I dynamically select an assignmenthandler?