Hi,
I found that when in an entity bean I have a field with more than one
consecutive uppercase letter the value object code generated is
inconsistent.
Example:
Setter name: getMDSId
ejb-jar.xml:
<cmp-field >
<description><![CDATA[Gets the mDSId attribute of the
MDSKeyMatrixBean object]]></description>
<field-name>MDSId</field-name>
</cmp-field>
Value Object:
private boolean MDSIdHasBeenSet = false;
protected boolean hasIdentity()
{
return mDSIdHasBeenSet;
}
Causing a compilation error.
Any idea?
Thanks
Simone
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user