I create a new feature request (https://jira.jboss.org/browse/JBPM-2887).
In the juel config :
<script-manager default-expression-language="juel"
default-script-language="juel"
read-contexts="execution, environment, process-engine, spring"
write-context="">
<script-language name="juel"
factory="org.jbpm.pvm.internal.script.JuelScriptEngineFactory" />
</script-manager>
What are the definitions of read-contexts ans write-contexts ?
maybe there is something to do with that, but I can't find any documentation about customising script context !
Regards