Hello ! having (Bean B) extends (Bean A), I get the following from xdoclet: (B generated home) extends (A generated home)
xdoclet generates the findByPrimaryKey methods in both homes with 2 different returned type (A & B) which fails at compilation. I did not find a way to remove the findByPrimaryKey method generation in A home. the case appears in the xdoclet sample between PersonBean and AccountBean but I can't figure out what is the trick: I tried to remove all xtags from bean A with no success, so I guess there must be smthg to specify in B. currently developing a framework with few levels of inheritance so would greatly appreciate help. seb. ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
