This is the default behavior. You can turn it off by putting @ejb:home
generate="false" in BaseEntityBean. Btw, how does BaseEntityBean and the
subclass look like? Please post the implements/extends/abstract/etc of
both classes so that I can be able to optimize this default behavior to
be more intelligent.

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of James Cook
> Sent: Thursday, March 07, 2002 5:23 PM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] Beans extending superclasses
> 
> My EntityBeans need to _extend_ a superclass. If the name of this
> superclass is BaseEntityBean, the xdoclet generates Home and Remote
> interfaces that extend an interface called BaseEntityHome? I don't
want
> this. Where is it coming up with BaseEntityHome (or BaseEntity in the
> case of my Remote interface)?
> 
> Here is my markup:
> 
>  * @ejb:bean
>  *            name                                    =
> "CategoryEntityBean"
>  *            display-name                            = "Category
> Entity Bean"
>  *            jndi-name                                       =
> "scrapbook/category_eb"
>  *            local-jndi-name                         =
> "scrapbook/local/category_eb"
>  *            view-type                                       = "both"
>  *            type                                            = "CMP"
>  *            transaction-type                = "Container"
>  *            reentrant                                       =
> "false"
>  *            cmp-version                                     = "2.x"
>  *            schema                                          =
> "CATEGORY_ENTITY_BEAN"
>  *            primkey-field                           =
> "java.lang.Integer"
> 
> jim
> 
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to