Try putting

    /**
     * The creation-date of the entity.
     *
     * @ejb.persistent-field
     * @ejb.interface-method
     */
    public abstract Date getCreationDate();

    /**
     * The creation-date of the entity.
     *
     * @ejb.persistent-field
     */
    public abstract void setCreationDate(Date creationDate);

in the BaseEntityBean class. Suddenly, all data objects extends BaseEntityData, a 
class which is not generated.
Am I the only one seeing this behavior?

Thanks,
Mathias

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to