Uploaded image for project: 'Commons SCXML'
  1. Commons SCXML
  2. SCXML-165

Warning with nested parallel tags on XML

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.9
    • 2.0
    • None

    Description

      I get this warning message when I try to load the XML file attached to this JIRA

      WARN SCXMLParser:1716 - Ignoring element <parallel> in namespace "http://www.w3.org/2005/07/scxml" at file:../SuperController.xml:20:29 and digester match "scxml/parallel/parallel"

       
      <scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:cs="http://commons.apache.org/scxml"
      	version="1.0" initialstate="off">
      
      	<state id="off">
      		<transition event="wakeup" target="controller" />
      	</state>
      
      	<parallel id="engine">
      		<state id="controller">
      			<initial>
      				<transition target="controller.ready" />
      			</initial>
      
      			<state id="controller.ready">
      				<transition event="start_controller" target="machine1" />
      			</state>
      
      		</state>
      
      		<parallel id="machines">
      			<state id="machine1">
      				<transition event="start_machine2" target="machine2" />
      			</state>
      
      			<state id="machine2">
      			</state>
      		</parallel>
      	</parallel>
      </scxml>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ice2scream Ice2scream
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: