[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [jira] Resolved: (SCXML-79) SCXMLSerializer: nested states have a
From:       "Rahul Akolkar (JIRA)" <jira () apache ! org>
Date:       2008-07-31 3:56:31
Message-ID: 396173023.1217476591618.JavaMail.jira () brutus
[Download RAW message or body]


     [ https://issues.apache.org/jira/browse/SCXML-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel \
]

Rahul Akolkar resolved SCXML-79.
--------------------------------

    Resolution: Fixed

Thanks for the tests. The end tag for <parallel> was missing in \
testSerializeParallel(), I've added that.

Resolving as fixed since changes are in SVN (I've removed the parentid attribute \
rendering). Please try it out if you can, thanks.


> SCXMLSerializer: nested states have a "parentid" attribute
> ----------------------------------------------------------
> 
> Key: SCXML-79
> URL: https://issues.apache.org/jira/browse/SCXML-79
> Project: Commons SCXML
> Issue Type: Bug
> Affects Versions: 0.8
> Reporter: Ingmar Kliche
> Fix For: 0.9
> 
> Attachments: SCXMLSerializerTest.patch
> 
> 
> Nested states appear to have a "parentid" attribute (which is not defined in the \
> spec) when serialized. Example: <?xml version="1.0" encoding="UTF-8"?>
> <scxml xmlns="http://www.w3.org/2005/07/scxml" \
> xmlns:cs="http://commons.apache.org/scxml" version="1.0" initial="par"> <parallel \
> id="par"> <state id="S1" parentid="par">
> <state id="S11" parentid="S1">
> </state>
> </state>
> <state id="S2" parentid="par">
> <state id="S21" parentid="S2">
> </state>
> </state>
> </parallel>
> </scxml>

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic