You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ingmar Kliche (JIRA)" <ji...@apache.org> on 2008/12/10 23:30:44 UTC

[jira] Created: (SCXML-99) support read-only system variables

support read-only system variables
----------------------------------

                 Key: SCXML-99
                 URL: https://issues.apache.org/jira/browse/SCXML-99
             Project: Commons SCXML
          Issue Type: Bug
    Affects Versions: 0.9
            Reporter: Ingmar Kliche


The SCXML WD [1] describes a set of system variables which are read-only for the application. See section 5.5 [2]: "The Data Module maintains a protected portion of the data model containing information that may be useful to applications...."

It may necessary to abstract out the notion of a partitioned root context, just like we have a notion of ordinary context.

The implementation should take into account, that some expression languages support read-only behaviors natively (such as ECMAScript through scope chains), whereas other expression languages (or there implementations resp.) don't. 

[1] http://www.w3.org/TR/2008/WD-scxml-20080516/
[2] http://www.w3.org/TR/2008/WD-scxml-20080516/#SystemVariables

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SCXML-99) support read-only system variables

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SCXML-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Akolkar updated SCXML-99:
-------------------------------

    Fix Version/s: 0.10

Thanks, further Ideas, or patches welcome.

Tentatively setting fix version to next release.


> support read-only system variables
> ----------------------------------
>
>                 Key: SCXML-99
>                 URL: https://issues.apache.org/jira/browse/SCXML-99
>             Project: Commons SCXML
>          Issue Type: Bug
>    Affects Versions: 0.9
>            Reporter: Ingmar Kliche
>             Fix For: 0.10
>
>
> The SCXML WD [1] describes a set of system variables which are read-only for the application. See section 5.5 [2]: "The Data Module maintains a protected portion of the data model containing information that may be useful to applications...."
> It may necessary to abstract out the notion of a partitioned root context, just like we have a notion of ordinary context.
> The implementation should take into account, that some expression languages support read-only behaviors natively (such as ECMAScript through scope chains), whereas other expression languages (or there implementations resp.) don't. 
> [1] http://www.w3.org/TR/2008/WD-scxml-20080516/
> [2] http://www.w3.org/TR/2008/WD-scxml-20080516/#SystemVariables

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.