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:

DBSAXNode.java
71 71
            "INSERT INTO xml_nodes " +
72 72
            "(nodeid, nodetype, nodename) " +
73 73
            "VALUES (?, ?, ?)");
74
        MetaCatUtil.debugMessage("INSERTING DOCNAME: " + nodename);
74 75
      } else {
75 76
        pstmt = conn.prepareStatement(
76 77
            "INSERT INTO xml_nodes " +
......
300 301

  
301 302
/**
302 303
 * '$Log$
304
 * 'Revision 1.31  2000/06/26 10:35:05  jones
305
 * 'Merged in substantial changes to DBWriter and associated classes and to
306
 * 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE
307
 * 'functions.  The command line tools and the parameters for the
308
 * 'servlet have changed substantially.
309
 * '
303 310
 * 'Revision 1.30.2.2  2000/06/25 23:38:16  jones
304 311
 * 'Added RCSfile keyword
305 312
 * '

Also available in: Unified diff