[
https://issues.apache.org/jira/browse/SCXML-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rahul Akolkar resolved SCXML-83.
--------------------------------
Resolution: Fixed
Thanks a lot for the patch, this has been applied to the SVN trunk. If
possible, please build trunk and verify.
> 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.