[
https://issues.apache.org/jira/browse/SCXML-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ingmar Kliche updated SCXML-83:
-------------------------------
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>
was:
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>
> 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
> Fix For: 0.9
>
> Attachments: SCXMLSerializer_and_Testcase.patch
>
>
> 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.