A wise old hermit known only as James Hughes <[EMAIL PROTECTED]> once said:
> Thanks for the reply Ara. The problem is that when I take the > "implements > SessionBean" off of WorkerBean, xdoclet will no longer generate code > for it. > (I have all the @ejb tags there, I left them out of the message for > brevity.) Can I change this behavior with just the .j, or will I have > to alter or subclass some of the xdoclet classes? If you remove the implements SessionBean, then the various *ejbdoclet* sub-tasks will ignore it because it's not an EJB. But that's okay, what you want instead is to use a generic DocletTask to run your own custom template (that generates the EJBs) over the classes. See the example <templatedoclet> stuff near the end of the "Using XDoclet" page in the docs. Andrew. _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
