[ http://jira.codehaus.org/browse/XFIRE-589?page=all ]

Dan Diephouse updated XFIRE-589:
--------------------------------

    Fix Version/s:     (was: 1.2.4)
                   1.2.5

> Change Aegis to serialize properties in the order defined in the mappig file.
> -----------------------------------------------------------------------------
>
>                 Key: XFIRE-589
>                 URL: http://jira.codehaus.org/browse/XFIRE-589
>             Project: XFire
>          Issue Type: Improvement
>          Components: Aegis Module
>    Affects Versions: 1.2-RC
>         Environment: JDK 1.4.2
>            Reporter: Paul Austin
>         Assigned To: Dan Diephouse
>             Fix For: 1.2.5
>
>         Attachments: OrderedTypeMappingRegistry.java, 
> OrderedXmlBeanTypeInfo.java, OrderedXMLTypeCreator.java
>
>
> The current AEGIS implementation uses the order of properties as returned 
> from java.beans.Introspector which returns the properties in alphabetical 
> order (uses a TreeMap).
> It would be nice if AEGIS was able to use the order of the property 
> definitions in the mapping file to overide the default alphabetic sorting. 
> This could be done in XMLBeanTypeInfo by passing a List of property names to 
> BeanTypeInfo which would then add those properties in order to the list of 
> properties and then add any remaining properties to the list at the end.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to