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
