You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2010/11/10 19:37:15 UTC

[jira] Resolved: (SCXML-157) initial child is not accepted if it's the child of the top scxml node

     [ https://issues.apache.org/jira/browse/SCXML-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Akolkar resolved SCXML-157.
---------------------------------

    Resolution: Won't Fix

OK, thanks for confirming, resolving as Won't Fix since the latest draft doesn't include it.


> initial child is not accepted if it's the child of the top scxml node
> ---------------------------------------------------------------------
>
>                 Key: SCXML-157
>                 URL: https://issues.apache.org/jira/browse/SCXML-157
>             Project: Commons SCXML
>          Issue Type: Bug
>    Affects Versions: 0.9
>            Reporter: Fabrizio Morbini
>
> from the standard, it seems that the following is a valid scxml file:
> <scxml id="SCXML" xmlns="http://www.w3.org/2005/07/scxml">
>  <initial>
>   <transition target="node1">
>    <log expr="123" name="test"></log>
>   </transition>
>  </initial>
>  <state id="node1"></state>
> </scxml>
> but the initial element is ignored by the current scxml parser.
> Basically it seems one cannot assign any executable content to be executed on initial entry on the initialchild of the top scxml node.

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