Bugs item #494505, was opened at 2001-12-18 00:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=494505&group_id=31602
Category: ejbdoclet Group: None >Status: Closed Resolution: None Priority: 8 Submitted By: Mathias Bogaert (pathoss) Assigned to: Nobody/Anonymous (nobody) >Summary: generate="false" still generates Initial Comment: When you specify generate="false" on a base entity bean class, XDoclet will still use the home and remote interface in the super classes. A partial workaround is to specify @ejb:home generate="none" with @ejb:interface generate="none". But this still uses the data object in the super data objects. I am not sure this is a bug, but filing as one because it seems strange to me (at lease then it should be better documented). Mathias ---------------------------------------------------------------------- >Comment By: Mathias Bogaert (pathoss) Date: 2001-12-20 13:15 Message: Logged In: YES user_id=102175 Fixed in CVS. Thanks! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-12-19 01:59 Message: Logged In: NO It's not a bug but the default debavior. It lets you easily do "component inheritance", or in other words derive from the base component (derive from bean impl class/local/remote/home/etc interface/class). You can change this behavior using generate/extends/etc parameters. See PersonBean and CustomerBean in samples. Ara. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=494505&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
