I've made some changes to the module, more specifically to indexes,
collections and anonymous references, so please test the new version and
give feedback if some problems occurred. The changes in detail are:

If there are fields with indexed=true, then an index without name is
generated in the torque database schema.

As OJB only supports anonymous fields, not anonymous
references/collections (following the repository.dtd), anonymous
references now implicitly refer to 'super' (no name attribute
anymore). Also, anonymous references are not inherited anymore.

The syntax for stating query customizers has changed to allow for
modification via ojb.modify-inherited. Instead of using a special tag, 
they are now stated using two new attributes to the ojb.collection
tag: query-customizer and query-customizer-attributes.

The collection-class attribute is now only automatically specified if the
collection class implements ManageableCollection but not
java.util.Collection as subclasses of java.util.Collection are
automatically handled by OJB.

Tom



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to