Hi, I think there was no mention of it yet so I just wanted to post that a new version of the XDoclet OJB module is in the CVS. Here a quick summary of the new stuff/changes:
New features: * Support for anonymous fields and references (the tags ojb.field and ojb.reference now can be put into the class javadoc comment). * Support for indices (new tag ojb.index). The unique attribute of the ojb.field is therefore no longer supported. * Support for query customizers (new tag ojb.query-customizer). * Support for all attributes of class, field, reference, and collection descriptors (as of OJB CVS version Juli 4th 2003). Changed features: * ojb.documentation and ojb.attribute are no longer supported. Rather, the documentation and/or attributes are now put into the new "documentation"/"attributes" attributes of relevant tags. This also allows to override them in subclasses. * Updated documentation (including a m:n collection example). Other: * The four bugs reported to the ojb-user mailing list are fixed. * Fixed a bug where the order of generated xml tags in the repository-descriptor was not in accordance with the dtd. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
