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

SCXMLSerializer: errors on serialization of <send>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8
    • 0.9
    • None

    Description

      The serialization of <send> is wrong:

      a) the "event" Attribule is serialized as "events"
      b) non-existent attributes are serialized as "null" String

      Example:

      <send event="foo"/>

      is serialized to

      <send sendid="null" target="null" targetType="null" namelist="null" delay="null" events="foo" hints="null">
      </send>

      Attachments

        Activity

          People

            Unassigned Unassigned
            ingmar Ingmar Kliche
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: