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