This chapter lists the new or updated features associated with DODS version 7.1-3.
JTAObjectIdAllocator/JTAOIdAllocatorConnection is fixed.
Now it does not demarcate transaction by the usage of TransactionManager but it auto-commits connection. This was necessary because the bug in previous implementation which appeared (when using allocator from several JVMs) when Id allocation failed for the first time, transaction was rolled back and second time exception was thrown during commit/rollback because there was no transaction.
External tools are updated with new version:
- Apache Ant upgraded to version 1.7.0
- hsqldb.jar upgraded to version 1.8.0
- log4j.jar upgraded to version 1.12.13
- FOP upgraded to version 0.93
Thanks to João Paulo Ribeiro QueryBuilder is fixed.
Some classes are optimized.Now they don't use dubious methods which waste memory.