Hi,

I've got a series of beans and I always have derived from an adaptor
class which populated the majority of the methods that are not usually
needed (ejbLoad, ejbStore, setEntityContext, etc). 

When I use xdoclet at the moment it creates the Local, LocalHome,
(remote) and Home classes, but then sets them up as being derived from
classes that it has invented by adding on Home, Local, LocalHome etc to
the adaptor class name.

For example, if my class AccountBean extends EntityBeanAdaptor, the
generated classes are as follows ...
AccountLocal extends EntityBeanAdapterLocal
AccountLocalHome extends EntityBeanAdapterLocalHome
AccountHome extends EntityBeanAdapterHome
Account extends EntityBeanAdapter


Can I turn off this undesirable behaviour ? If so, how ?

I also have a session bean adapter, and so presumably it does the same
there.

[NB. I understand that xdoclet has some facility where it creates a
"CMP" class. This does something related to what my entity bean adapter
class does I think.]



TIA
-- 
Andy


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to