Hi, we are using the EJBDoclet to generate the interfaces for the bean, say XBean. Our bean is extending a base class bean, say YBean which is from a third party library. Since the 3rd party EJB doesn't have interfaces given. EJBDoclet generates the source i.e. interfaces for XRemote xtends YRemote and other interfaces. But we don't have the source files (YRemote, YLocal .... ) for the YBean. Could you please let us know, if we can control with any build tags or any related tags that would generate something like (XRemote xtends javax.ejb.EJBObject, XLocal xtends javax.ejb.EJBLocal.... ).
Could you please verify us.
Thanks
Kesav