SCXMLSerializer: errors on serialization of <send>
--------------------------------------------------

                 Key: SCXML-83
                 URL: https://issues.apache.org/jira/browse/SCXML-83
             Project: Commons SCXML
          Issue Type: Bug
    Affects Versions: 0.8
            Reporter: Ingmar Kliche


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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to