Return-Path: Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 14848 invoked by uid 500); 5 Jun 2003 10:47:14 -0000 Received: (qmail 14845 invoked from network); 5 Jun 2003 10:47:13 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 5 Jun 2003 10:47:13 -0000 Received: (qmail 74134 invoked by uid 1280); 5 Jun 2003 10:47:13 -0000 Date: 5 Jun 2003 10:47:13 -0000 Message-ID: <20030605104713.74129.qmail@icarus.apache.org> From: mpoeschl@apache.org To: db-torque-cvs@apache.org Subject: cvs commit: db-torque/xdocs changes.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N mpoeschl 2003/06/05 03:47:13 Modified: xdocs Tag: TORQUE_3_0_BRANCH changes.xml Log: remove dead links Revision Changes Path No revision No revision 1.54.2.10 +2 -55 db-torque/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/db-torque/xdocs/changes.xml,v retrieving revision 1.54.2.9 retrieving revision 1.54.2.10 diff -u -r1.54.2.9 -r1.54.2.10 --- changes.xml 5 Jun 2003 05:40:57 -0000 1.54.2.9 +++ changes.xml 5 Jun 2003 10:47:13 -0000 1.54.2.10 @@ -643,16 +643,9 @@ @@ -663,7 +656,6 @@
  • Made SqlEnum implement Serializable (to facilitate easy HttpSession serialization). - Reference.
  • @@ -672,20 +664,9 @@ @@ -694,20 +675,14 @@ @@ -716,8 +691,6 @@ @@ -728,13 +701,9 @@ Modified Peer classes so that they can be unserialized prior to Torque being initialized. This situation occurs when restarting catalina for example. - Reference. - Reference. - Reference.
  • deprecated getTable and get<columnName> methods in MapBuilder.vm - Reference.
  • @@ -745,18 +714,14 @@ consolidated all Class member initializations methods in generated peers into a single method, and improved the error handling and reporting of that method. - Reference.
  • add oracle suport for DataSQLTask patch by Dan.Everton@Australia.Boeing.com - Reference. - Reference.
  • fixed path problems in TorqueDataSQLTask patch by Dan.Everton@Australia.Boeing.com - Reference.
  • @@ -765,9 +730,6 @@ @@ -776,16 +738,12 @@ @@ -795,7 +753,6 @@
  • Made the driver -> adapter map complete. Thanks to Hugh Brien for spotting the problem. - Reference.
  • Added support for Cloudscape. Thanks to David Sean Taylor from @@ -809,7 +766,6 @@
  • Cleaned up the initialization sequence too allow a common pattern for stand-alone and embedded usage. - Reference.
  • @@ -820,22 +776,17 @@ Remove get/setCategory(c) in Torque.java and updated all classes that relied on these methods to instantiate their own Category for logging. - Reference. - Reference. - Reference.
  • Merged the init() and init2() methods together. We will still search in the "services.DatabaseService" namespace until Scarab switches over to using the "torque" namespace. - Reference.
  • Added support to specify the schema used to get data from jdbc (TorqueJDBCTransforTask). Now you can get the data for one schema instead of the whole database. (only effects oracle)
    patch by Dan Bachelder (chowda@chowda.net) - Reference.
  • 7 Nov 2001 @@ -845,19 +796,16 @@ Category to use for logging. Property log4j configurations are now required and there is no "default" category. All categories are based on the name of the class using the category. - Reference.
  • Added DOUBLE as a valid type for a column in a datamodel - descriptor. Reference. + descriptor.
  • Fixed the TorqueDataDTDTask. - Reference.
  • Fixed the TorqueDataDumpTask. - Reference.
  • @@ -866,14 +814,13 @@