In one of my (BMP) entity beans, I've got some fields for which only 
getters are included in the BMP class, no setters.  That part of it works 
fine, but unfortunately the generated setData() method still tries to do a 
setX() for those fields, which gives a compilation error since they 
now don't exist...

I guess the
        <XDoclet:ifIsNotAggregate>
         <XDoclet:setterMethod/>( dataHolder.<XDoclet:getterMethod/>() );
        </XDoclet:ifIsNotAggregate>
around line 116 needs to include an <XDoclet:ifHasMethod ...> for the 
setterMethod, but I'm not sure where to get the parameters from at that 
point (I guess it might get away with omitting it, but I'd like to be 
*sure* I'm checking for the right match)


Andrew.

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to