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:

DBDTDHandler.java
62 62
    System.out.print(publicId);
63 63
    System.out.print(systemId);
64 64
    System.out.println(notationName);
65
    String doctype = DBEntityResolver.doctype;
65
    //String doctype = DBEntityResolver.doctype;
66 66
    //if ( getEntitySystemID(conn, doctype, publicId) == "" ) 
67 67
    //    registerEntityPublicID(conn, doctype, publicId, systemId);
68 68
    return;
......
144 144

  
145 145
/**
146 146
 * '$Log$
147
 * 'Revision 1.9  2000/06/26 10:35:04  jones
148
 * 'Merged in substantial changes to DBWriter and associated classes and to
149
 * 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE
150
 * 'functions.  The command line tools and the parameters for the
151
 * 'servlet have changed substantially.
152
 * '
147 153
 * 'Revision 1.8.2.2  2000/06/25 23:38:16  jones
148 154
 * 'Added RCSfile keyword
149 155
 * '

Also available in: Unified diff