There is a new version of the module in the CVS. It differs in three major
things from the pevious version:

* The core is completely reworked and offers now a lot more
flexibility. As a result, the module now performs a lot more checks and is
more strict in the checks. For instance classes specified in
collection-class, row-reader etc. are now loaded from the classpath and
checked (that they implement the corresponding interface etc.). This
requires it that you have the OJB jar and your generated classes on the
classpath used for the module invocation (classpathref property in the
taskdef ant task).

* An alpha version of nested object support is now present. Alpha means
that there ain't really unit tests for this. See the updated module
documentation on how to use nested objects.

* The autoincrement attribute for fields has changed semantics. It now has
the three values none (no autoincrement), ojb (sequence-based
autoincrement) and database (the column has an autoincrement specification
whereas the field descriptor has not).

If you use the module, please run the new version on your classes and
compare the result with the result of the previous module version,
even if you do not require the new features. If you encounter any problems
please post them to the ojb-user mailing list.

Tom



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

Reply via email to