FireStorm/DAO 2.4 GA updated (build 118)
Changes since 2.4 GA (build 99)
| Reference | Description |
| 20050318-5 | When generating for J2EE, using JDBC persistence, and generating a session bean facade, the correct session bean descriptors are now generated in ejb-jar.xml (they were missing before unless Entity Bean persistence was selected). |
| 20050318-4 | SQL scripts created by Oracle Designer can now be imported. Previously, the unterminated PROMPT commands were causing all CREATE TABLE statements to be ignored. |
| 20050318-3 | Changed spelling of non-existant to non-existent in several places. |
| 20050318-2 | Fixed error in Plain JSP code generation where finders that had arguments with complex types (e.g. byte[]) were generated but failed at runtime. |
| 20050318-1 | Foreign keys that are incomplete once evaluation license restrictions are applied are now removed from the in-memory cloned project so that validation does not fail. |
| 20050316-7 | Validation rules now check for tables with no columns |
| 20050316-8 | Validation rules now check for table/view/procedure DAOs with duplicate SQL names |
| 20050315-1 | During code generation, Subversion control directories (.svn) are no longer deleted if the user chooses the option to delete files in the output directory. |
| 20050315-2 | Two wizard pages in the J2EE code generation wizard were missing meaningful descriptions. Descriptions now added. |
| 20050310-1 | When creating new Stored Procedure DAOs and new Custom SQL DAOs via the tree view, duplicate names were being used (PROCEDURE_1 and CUSTOM_1). Defect resolved. |
| 20050310-2 | Views and Procedures were not correctly being deleted from the project file when deleting via the tree view. Defect resolved. |