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

David Jencks closed XBEAN-136.
------------------------------

       Resolution: Fixed
    Fix Version/s: 3.6

Patch applied rev 812229, thanks gary!

> 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
>            Assignee: David Jencks
>             Fix For: 3.6
>
>         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