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 2008/11/18 23:37:44 UTC

[jira] Resolved: (SCXML-82) transition-element as an child of parallel-element ignored

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

Rahul Akolkar resolved SCXML-82.
--------------------------------

    Resolution: Fixed

Thanks for the test, this has been fixed in trunk and a couple of test cases added.


> transition-element as an child of parallel-element ignored
> ----------------------------------------------------------
>
>                 Key: SCXML-82
>                 URL: https://issues.apache.org/jira/browse/SCXML-82
>             Project: Commons SCXML
>          Issue Type: Bug
>    Affects Versions: 0.8
>            Reporter: Daniel Schwager
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: patch-transition05.diff
>
>
> Hi Rahul,
> sorry - it's me again ...
> The current SCXML draft http://www.w3.org/TR/scxml/#parallel
> allows me to use transitions as an child of parallel-element.
> If I try this, the SCXML implemention ignores this transition.
> Maybe also a little bug ?
> Please refer to the patch attached to this bug (-:
> Regards
> Danny
> **** Start engagingTest()
> go now
> WARN - Ignoring element <transition> in namespace "http://www.w3.org/2005/07/scxml" at null:6:52 and digester match "scxml/parallel/transition"
> INFO - /running
> INFO - /running/state1
> INFO - /running/state2
> PASSED: engagingTest
> Rahul said:
> > Yes, in as much as not being implemented is a bug :-) This is another
> > addition in the latest Working Draft which we haven't gotten to yet.
> > 
> > Can you open an improvement in JIRA? Please attach the smallest test
> > case (test SCXML documents are good, but if you can attach a complete
> > JUnit test case that'd be even better -- see the src/test tree for
> > existing tests for the codebase, you could name this one
> > transitions-05.xml and place it here [1], for example).

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