Hi,
I would like for the getData() method to be generated on my EJB CMP but _not_ the setData(), but if I set @ejb:data-object setdata="false" neither get generated. Is this a bug? The docs imply that you can just turn of the setData() generation. Alternatively, is there a way to turn off the generation of setter methods in the data object (I can see from the source pk fields get ignored). I have a createdDate cmp method that I set at object creation time, but should never be changeable/editable. What I would like to do is to use the generated setData() methods (without the setCreateDate) in my ejbCreate and update methods. Thanks, Glenn _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
