Hi Michelle, Do you have the XDoclet tags in myBean.java (should that be MyBean.java?) or myBaseBean.java? From what I understand, Xdoclet will not look at tags from superclasses. Instead, you must override all the methods for which you want tags and replicate the class-level tags for each subclass.
David Harkness Sony Pictures Digital Networks (310) 482-4756 -----Original Message----- From: Mich F [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 7:22 PM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] Ant Build is ok, but the descriptor is empty Hi, all, I'm trying to use XDoclet to generate some deployment descriptor for jboss. The ant build runs fine, but the ejb-jar.xml and jboss.xml have only template in it. I defined all the necessary tags in myBean.java. But myBean.java extends myBaseBean.java which implements SessionBean, would that be a problem when generating xml files? Any help is appreciated. Michelle Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
