(Turn word-wrap on to read). This document lists only those Java changes made to 1.01RC6 (aka B4DX_DEC2003). Releases are also listed. Some releases will contain only updates to SQL or other components. Those changes are not always tracked here. 2003-12-09 ==> Released RC6 (Release Candidate 6) -- This will be the last candidate at Exchanger version 1.01. 2003-12-11 - Fixed regression error in Project object (Holding Area Transform scripts needed methods of specific signatures that had been refactored) ==> Released RC6b 2003-12-12 - Changed "Rule Config" to "Create rule" in HoldingAreaDataBrowser (menu item). - Fixed regression error in ImportRule from fixing "" criteria file not found error. ==> Released RC6c 2003-12-16 - Fixed regression error in RecordDialog when adding match to Actions menu. ==> Released RC6d 2003-12-17 - Fixed RuleEngine, ImportTaskUtil, & EntityRulesUtil to stop loading default logical schema as the IMPORT_TASK for FDL projects. ==> Released RC6e 2004-01-08 ==> Released RC6f 2004-01-09 ==> Released RC6g 2004-01-14 ==> Released RC6h 2004-01-16 ==> Released RC6i 2004-01-21 - Added DateComboBox and implemented on ProjectPropertiesDialog as prototype only. - Modified TableInfo.createView() to send output to console (was a debug comment only). - Modified DomainTableOrderCalculator to send output to console. - Modified DisplayViewCreator to send output to console. - Modified UnionViewCreator to send more messages to the console. - Modified ImportDetailViewCreator to send output to console. ==> Released RC6j - Late fix on ProjectPropertiesDialog to allow date value to be nulled out. ==> Released RC6k 2004-02-04 - Fixed OnCommitTransformer (wasn't correctly updating ROUNDED_G_RANK, etc). - Modified DbConnector to always display database metadata. ==> Released RC6l - Fixed regression error in OnCommitTransformer ==> Released RC6m 2004-02-10 - Fixed HoldingAreaDataBrowser (tree): wasn't always showing all entities. -- modified to show deleted records in a separate node -- modified to hide nodes where no records existed - Updated create_dx_tablespace.sql script in case user types tablespace name in lower/mixed case - Added create_dx_tablespace9i.sql - Moved HoldingAreaDataBrowser's status summary to the popup menu (right-click on tree). ==> Released RC6n 2004-02-19 - Modified ImportTool: When user cancels load and chooses to delete cancelled project, it now opens project purger. - Modified DbConnector: Show full version number of database metadata. - Modified ImportDetailLoader: Hack for Oracle 9i (WE8MSWIN1252 stores accented French characters using 2 bytes, hence cannot store full 4000 chars in a Varchar2(4000) column) ==> Released RC6o 2004-03-01 - Fixed TreePopupMenu: Bug when using right-click on Deleted records--null pointer exception. 2004-03-04 - Modified MatchActions.xml: New Deleted Records will have ImportStatus set to REJECT. 2004-03-11 - Modified HoldingAreaDataBrowser tree: when clicking on table, then clicking on node for summary report, clicking back on same table to view table list did not function properly (internally, system believed that node was still selected). fixed this problem. 2004-04-08 - Fixed org.abi.hdms.ruleApply.RuleXmlConstants: Typo caused ChildTableDeleteRules to be always ignored by rule engine. ==> Released RC6p 2004-11-04 - Modified TemplateUtils and RankPatternTransformer to ignore 'SZN' srank when it is one of many ranks. - Accepted error handling change to RuleApply\HaRecord to make tech support of RuleApplyException a tiny bit easier