2 Replies Latest reply on May 25, 2010 2:45 AM by mwohlf

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

    mwohlf

      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?