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 ?

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




<?xml version="1.0"?>
<scxml xmlns="http://www.w3.org/2005/07/scxml"; version="1.0"
        xmlns:cs="http://commons.apache.org/scxml"; initialstate="running">

        <parallel id="running">
                <transition event="bugEvent" target="state1" />

                <state id="state1">
                        <transition event="event1" target="state2" />
                </state>
                <state id="state2" />
        </parallel>
</scxml>

        

Viele Gruesse

Daniel Schwager

-------------------------------------------------------------------
DT Netsolution GmbH   -   Taläckerstr. 30    -    D-70437 Stuttgart
Geschäftsführer: Daniel Schwager, Stefan Hörz - HRB Stuttgart 19870
Tel: +49-711-849910-32, Fax: -932 - Mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to