> Example: > PersonService (UML class) -> PersonServiceBean (with XDoclet tags) + > PersonServiceImpl (w/o XDoclet tags). > > The *Impl class always extends the *Bean class. However, XDoclet does > not know that *Impl exists because it does not contain any @ejb-tags. > > Now, what's the deal?
I believe you don't need any tag to make a bean appear in ejb-jar.xml. And there tag inheritance so if you specify it in base class you don't need to respecify it for the Impl class. Probably the problem is a fileset which doesn't contain the Impl files. Ara. ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
