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

Gary Tully updated XBEAN-136:
-----------------------------

    Attachment: xbean-136.diff.patch

patch that provides a test and fix such that the generated xsd, wiki and html 
represent attributes with a propertyEditor as xs:string thus alowing scheams 
that make use of the feature to validate.

> xsd generator needs to be aware of @org.apache.xbean.Property propertyEditor 
> feature so that types with propertyEditors are mapped to strings
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: XBEAN-136
>                 URL: https://issues.apache.org/jira/browse/XBEAN-136
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 3.5
>            Reporter: Gary Tully
>         Attachments: xbean-136.diff.patch
>
>
> with {code}+    /**
> +    * @org.apache.xbean.Property 
> propertyEditor="org.apache.xbean.spring.example.MilliLittersPropertyEditor"
> +    */
> +    public void setVolumeWithPropertyEditor(long volume) {
> +     this.volume = volume;
> +    }
> {code}
> the generated xsd needs to map the attribute type to string to allow "X ml" 
> to be valid against the schema. Otherwise, any xml that uses the string 
> representation and utilises the propertyEditor will not validate.

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