--- Simone Milani <[EMAIL PROTECTED]> wrote:
> 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.

Judging from  current CVS version of template, there
shall be no problem.

Can you verify that current CVS version has this bug?


regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


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

Reply via email to