Community

is scriptManager's read- and write-contexts implemented?

created by Michael Wohlfart in jBPM Development - View the full discussion

Hi guys,

I found a few code fragments of jbpm.cfg.xml configurations in the net where the script-manager's read-contexts and write-context attributes are used like this:

<script-manager default-expression-language="juel"
                     default-script-language="juel"
                     read-contexts="execution, environment,  process-engine"
                     write-context="">
         <script-language name="juel"  factory="org.jbpm.pvm.internal.script.JuelScriptEngineFactory" />
     </script-manager>

 

see:

http://n.tomek.bujok.info/index.php/Spring_integration_in_jBPM_4

http://www.inze.be/andries/page/2/

https://jira.jboss.org/browse/JBPM-2120

 

however if i check the source of 4.4 there seems to be no parsing or assigning of such parameters for the script-manager tag, do I miss something or has this never been implemented or removed in 4.4?

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community