[SCXML] SimpleSCXMLInvoker may miss transition to final state

2007-07-06 Thread Ingmar Kliche
The current implementation of SimpleSCXMLInvoker assumes that only external events, handled by parentEvents(), may cause the child state machine to go move a final state. I had a case where the invoked state machine went to a final state directly while executing the initial state, something like:

Re: [SCXML] SimpleSCXMLInvoker may miss transition to final state

2007-07-06 Thread Rahul Akolkar
On 7/6/07, Ingmar Kliche [EMAIL PROTECTED] wrote: The current implementation of SimpleSCXMLInvoker assumes that only external events, handled by parentEvents(), may cause the child state machine to go move a final state. I had a case where the invoked state machine went to a final state directly