Hi,
Might this be a bug?
Marshalling from Java to XML, using the "mixed" naming convention.
Both the xml attribute name and the Java class member are named "zIndex".
The mapping element is as follows:
<field name="zIndex" type="java.lang.Integer">
<bind-xml name="zIndex" node="attribute"/>
</field>
The get and set methods follows the convention - getZIndex() & setZIndex().
The output attribute name is "ZIndex" rather than the expected "zIndex".
Might this be a bug when the second character of the mixed name is
capitalized?
I've changed my names to "zindex" and moved on, but I thought I would note
this as a possible bug.
Thanks,
Rich
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev