Project

General

Profile

« Previous | Next » 

Revision 204

Fixed bugs associated with the new UPDATE and DELETE functions of
DBWriter. There were problematic interactions between some static
variables used in DBEntityResolver and the way in which the
Servlet objects are re-used across multiple client invocations.

Generally cleaned up error reporting. Now all errors and success
results are reported as XML documents from MetaCatServlet. Need
to make the command line tools do the same.

View differences:

DBSAXDocument.java
120 120
        }
121 121
    }
122 122

  
123
    /** Get doctype */
124
    public String getDoctype() {
125
      return doctype;
126
    }
127

  
123 128
    /** Get doc id */
124 129
    public String getDocID() {
125 130
      return docid;
......
266 271

  
267 272
/**
268 273
 * '$Log$
274
 * 'Revision 1.14  2000/06/26 10:35:05  jones
275
 * 'Merged in substantial changes to DBWriter and associated classes and to
276
 * 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE
277
 * 'functions.  The command line tools and the parameters for the
278
 * 'servlet have changed substantially.
279
 * '
269 280
 * 'Revision 1.13.2.8  2000/06/26 08:38:02  jones
270 281
 * 'Added DELETE feature to DBWriter.  Now takes an action "DELETE" and a
271 282
 * 'docid and will move the record from the xml_documents table to the

Also available in: Unified diff