Hi list, I am developing a project using OJB with the xdoclet module as persistance layer. In my project I need to use interfaces, but I have a problem in the xdoclet annotation of the interfaces. For example, if I write:
/** * Interface describing a resource * * @ojb.class * * * @ojb.field name="description" * jdbc-type="VARCHAR" * length="300" * */ public interface Resource...... The field "description" is marked as anonymous and inherited as anonymous by all subclasses. Reading the OJB guide (section "Using interfaces with OJB") the interface fields are not anonymous. Where am I wrong? Thank you in advance for your attention and best regards, Marco _________________________________________________________ Naviga e telefona senza limiti con Tiscali Scopri le promozioni Tiscali Adsl: navighi e telefoni senza canone Telecom http://abbonati.tiscali.it/adsl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
