RE: [scxml] compliance with SCXML Working Draft

2006-01-16 Thread Barnett, James
We hope to have a new working draft of the SCXML spec out soon (i.e. a week or two), which will tighten up the syntactic definition. The 'initialstate' attribute will be required. In general, for conformance issues, we will want to focus on the new draft, rather than the existing one. (But

RE: [scxml] Release schedule?

2005-12-20 Thread Barnett, James
I'm not sure about the release schedule because I've just started working on this project, but for the question of completeness: the current version if missing parts of the spec. We're working on an update to align with the next release of the scxml specification, which is scheduled for Q1 06.

[scxml] removing superstep, etc.

2005-12-05 Thread Barnett, James
I've developed a version of SCXML that matches the spec's semantics more closely (no superstep, single event queue, internal and external events treated identically, etc.) I am not going to check it in right away, however, for two reasons: 1. I couldn't keep the changes local to the

RE: [scxml] processing multiple events

2005-11-21 Thread Barnett, James
/18/05, Barnett, James [EMAIL PROTECTED] wrote: I'm puzzled by the behavior of the scxml engine when I enter multiple events (separated by spaces) at one time. For example, when running the Standalone version with test script transitions-01.xml, and in state 'ten', I would expect to be able

[scxml] processing multiple events

2005-11-18 Thread Barnett, James
I'm puzzled by the behavior of the scxml engine when I enter multiple events (separated by spaces) at one time. For example, when running the Standalone version with test script transitions-01.xml, and in state 'ten', I would expect to be able to enter events 'ten.done twenty_one.done

[SCXML] build error due to missing sandbox-project.xml

2005-11-16 Thread Barnett, James
I have downloaded the SCXML sources, set up maven, and am trying to do a local build. However, I get an error saying java.io.FileNotFoundException: Parent POM not found: C:\code\SCXML\SRC\commons-build\sandbox-project.xml I am guessing that this is due to the following reference in