Hi,

I've downloaded the latest version of SCXML and suddenly I've got some
errors. I defined some transitions to a state which will be triggered by
events. But when the state machine is being loaded or when the executor
starts with "go" there are warnings like the following:

2006-03-27 16:41:30,511 WARN - 27.03.2006 16:41:30
org.apache.commons.scxml.env.SimpleErrorReporter onErrorWARNUNG:
NON_DETERMINISTIC (Multiple conflicting transitions enabled.):  [transition
(event = ...

2006-03-27 16:41:30,542 WARN - 27.03.2006 16:41:30
org.apache.commons.scxml.env.SimpleErrorReporter onError
WARNUNG: ILLEGAL_CONFIG (Multiple top-level OR states active!): <SCXML> : [

The state definition  looks like this:

...
      <state id="mystate1">
            <onentry>
            ...
            </onentry>
            <transition event="event2" target="mystate2"/>
            <transition event="event3" target="mystate3"/>
            ...
      <state id="mystate2">
            ...

Did I make something wrong (last week it worked fine)?

Regards,

Heiko


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

Reply via email to