William I. Zumwalt penned > Yeah, I've echoed all my paths and they are correct.
One last sanity check: you are looking in the correct destination directory for the interfaces, yes? I ask because you have a destDir specified for the ejbdoclet task as well as one for some (but not all) of the subtasks. > My ejb-jar.xml and jboss.xml are getting created, > those are fine, but the interfaces still not. Ahhh, I missed that from your first message. I didn't see anything missing from your tags, so here are the tags I use in case you can spot something different. I've stripped only the WebLogic-specific tags. /** * Base class for all entity beans in the Identity Service. * * @ejb.bean * generate="False" * view-type="local" * type="CMP" * cmp-version="2.x" * * @ejb.interface * generate="false" * * @ejb.home * generate="false" * * @ejb.transaction * type="Supports" */ public abstract class BaseEJB implements EntityBean { ... } /** * This is a Device entity bean. * * @ejb.bean * name="Device" * display-name="Device" * view-type="local" * jndi-name="identity/remote/DeviceHome" * local-jndi-name="identity/local/DeviceHome" * type="CMP" * cmp-version="2.x" * primkey-field="id" * * @ejb.persistence * table-name="device" * * @ejb.finder * signature="dd.ejb.entity.identity.DeviceLocal findByKey(java.lang.String key)" * query="SELECT OBJECT(d) FROM Device AS d WHERE d.key = ?1" * transaction-type="Supports" * unchecked="true" */ public abstract class DeviceEJB extends BaseEJB { ... } -- David Harkness Sony Pictures Digital Sr. Software Engineer 310.482.4756 [EMAIL PROTECTED] Those who judge the value of advice by its source will at once dismiss the best and follow the worst. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user