On Wed, 2004-01-14 at 05:30, Adam L wrote: > What you're missing is the bean semantics regarding property names with > multiple upper case letters in a row. > > basically: > pTblah <-- --> getPTblah > PTblah <-- --> getPTblah > > So, change your property name from PTypeID, either by changing the name > entirely, or by adding a lower case letter after the P. > > > You'll find this same issue with every day reflection. >
Thanks. I already have managed that. Well, I changed it from PTypeId to PtypeId even semantically the 't' letter should be uppercase. There is no big deal about this, however I think XDoclet should transform always the first letter of the word to lowercase independent of the 2nd word letter is uppercase or lowercase. getPTblah --> pTblah getPtblah --> pTblah getPtBlah --> ptBlah It makes more sense... for me. Regards, Pedro Salazar. -- -PS ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
