You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2008/11/19 00:33:46 UTC

[jira] Resolved: (SCXML-83) SCXMLSerializer: errors on serialization of

     [ 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.