[ 
https://issues.apache.org/jira/browse/CXF-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749590#action_12749590
 ] 

Fried Hoeben commented on CXF-2365:
-----------------------------------

Furthermore the usage of the Introspector  to get the property descriptors can 
lead (on pre-java7 JVMs) to incorrect determination of the property's type, see 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6528714.

> XSD produced by Aegis is different depending on what JVM is used to compile 
> and run the application
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2365
>                 URL: https://issues.apache.org/jira/browse/CXF-2365
>             Project: CXF
>          Issue Type: Improvement
>          Components: Aegis Databinding
>    Affects Versions: 2.2.2
>            Reporter: Sergey Beryozkin
>             Fix For: 2.3
>
>
> Dan Kulp : I think in the aegis BeanType.Info.initializeProperties method, 
> the resulting list of PropertyDescriptors should be sorted into a predictable 
> and reproducable order (alpha by name would work). Currently, the XSD 
> produced by aegis will be completely different depending on what JVM is used 
> to compile and run the application which is probably not a good thing. 
> ALTERNATIVELY (or in addition to), update the aegis.type.java5 @XmlType 
> annotation to have the propOrder thing that the JAXB thing has as well.
> see https://issues.apache.org/jira/browse/CXF-2362 for more info

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

Reply via email to