Activity
From 05/17/2000 to 06/15/2000
06/15/2000
- 08:20 PM Revision 168 (metacat): documentation cleanup
- 07:56 PM Revision 167 (metacat): minor modifications to fix problems introduced with AccessionNumber module
- 06:58 PM Revision 166 (metacat): minor modifications to fix problems introduced with AccessionNumber module
- 06:53 PM Revision 165 (metacat): minor modifications to fix problems introduced with AccessionNumber module
- 02:32 PM Bug #24 (Resolved): MetaCatServlet should provide 2 more input parameters to DBWriter: accession# and action
- action should be INSERT, UPDATE or DELETE
- 12:04 PM Revision 164 (metacat): 2 new properties added:
- defaultGlobalName=NCEAS
accNumberSeparator=: - 12:01 PM Revision 163 (metacat): docid is varchar2(55)
- new table xml_acc_numbers
clear out db trigger xml_documents_before_insert - 11:53 AM Revision 162 (metacat): docid is String
- 11:53 AM Revision 161 (metacat): docid is String
- docid is generated from AccessionNumber.generate() call
- 11:51 AM Revision 160 (metacat): gen acc # in new connection
- changing to static methods
include action parameter - 10:00 AM Bug #23 (Resolved): creating shared pool of connections in metacat servlet
- Need changes on MetaCatUtil class to create number of connections on
startup and provide them when needed.
MetaCatU...
06/14/2000
- 07:05 PM Bug #17: DBWriter uses multiple transactions to load document
- jivka is taking care of this -- it depends on the exception handling bug
- 07:00 PM Bug #15: metacat depends on Oracle parser, should be SAX
- the current DBWriter class uses the oracle parser explicitly. See the example
in DBQuery.java to demonstarte how to ... - 06:55 PM Revision 159 (metacat): continued work on structured query -- now it reads the queryspec xml docuemnt and can digest its contents
- 05:27 PM Revision 158 (metacat): continued work on developing structured query functionality using the QuerySpecification class -- incomplete still
- 05:26 PM Revision 157 (metacat): minor changes to TextNode
- 03:49 PM Revision 156 (metacat): fixed error in pathquery.dtd
- 01:54 PM Revision 155 (metacat): added incomplete classes for structured query
06/13/2000
- 09:52 PM Bug #22: content negotiation for doctypes needed
- added content negotiation to DBSimpleQuery. Web forms updated to demonstrate
feature by selecting only eml-dataset d... - 04:04 PM Bug #22: content negotiation for doctypes needed
- Will work this into DBSimpleQuery and into the query language -- mbj
- 04:04 PM Bug #22 (Resolved): content negotiation for doctypes needed
- Need to mechanism to express the types of documents that should be returned from
a metadata query. For example, a c... - 09:43 PM Revision 154 (metacat): added result-set filter to DBSimpleQuery to only return specified document type
- 03:20 PM Revision 153 (metacat): added query language dtd and example file
- 02:23 PM Revision 152 (metacat): changed getDocID() only to:
- return docid;
- 02:22 PM Revision 151 (metacat): put checkURLConnection(systemId) before
- its register in db or using from the parser
- 10:07 AM Bug #21 (Resolved): metacat redundancy in reader and writer implementation of nodes
- Two node hierarchies inherit from BasicNode in the metacat Reader and Writer
applications. In the DBWriter, the DBS...
06/12/2000
- 07:02 PM Bug #19: need exception handling mechanism
- Some more details about this bug from Jivka and my conversation about this
topic.
We should probably have an error ha... - 06:18 PM Bug #19 (Resolved): need exception handling mechanism
- It should have been assigned to bojilova@nceas.ucsb.edu
- 06:51 PM Bug #20 (Resolved): DBSAXNode constructor can be simplified
- DBSAXNode now takes a DBSAXNode rootnode and a DBSAXDocument currentDoc as part
of the constructor. But really we ... - 06:39 PM Revision 150 (metacat): rewrote DBSimpleQuery and associated classes to no longer use Oracle's hierarchichal query syntax -- now this should work with any JDBC compliant backend DB
- 01:00 PM Bug #13: metacat doesn't allow updates or deletes
- Reassigned to bojilova. She will modify servlet to allow updates and deletes of
metadata socuments based on docid. ... - 12:57 PM Bug #18: metacat docid and rootnodeid not generated in a safe manner
- Reassigned bug to bojilova. She will fix this bug by chnaging docid assignment
to the AccessionNumber class, and wil... - 12:52 PM Revision 149 (metacat): assign rootnodeid, docid for every node in xml_nodes table by given document
- 09:22 AM Bug #17: DBWriter uses multiple transactions to load document
- made changes on auto commit mode
need changes on exception handling - 09:21 AM Bug #17: DBWriter uses multiple transactions to load document
- made changes to auto commit mode
need changes on exeption handling for - 09:08 AM Revision 148 (metacat): to use single transaction
- 09:06 AM Revision 147 (metacat): no message
06/08/2000
- 01:34 PM Revision 145 (metacat): new class for registering of Accession numbers into metacat db
- 11:16 AM Bug #18 (Resolved): metacat docid and rootnodeid not generated in a safe manner
- when a document or node are inserted into their respective tables, a trigger
generates an ID number for the PK from ... - 11:13 AM Bug #17 (Resolved): DBWriter uses multiple transactions to load document
- When loading a document, each node is insertend into the DB as a different
transaction. If the insertion fails duri... - 11:11 AM Revision 144 (metacat): renamed DBSAXWriter to DBWriter
- 10:59 AM Bug #16 (Resolved): validation engine uses OASIS XML Catalog
- need to switch the EntityResolver from the Oasis XML Catalog to the internal,
database-based entity resolver. - 10:58 AM Bug #15 (Resolved): metacat depends on Oracle parser, should be SAX
- need to make metacata only dependant on the SAX parser, probably SAX2 for
namespace support. - 10:56 AM Bug #14 (Resolved): metacat TEXT nodes limited to 4K characters
- The current 4K character limit on metacat TEXT nodes is going to be limiting in
some cases. Need mechanism to split... - 10:54 AM Bug #13 (Resolved): metacat doesn't allow updates or deletes
- The current metacat doesn't allow updates to metadata documents nor deletes of
documents.
06/07/2000
- 08:53 PM Revision 143 (metacat): updated classpath to use jar file in shell scripts
- 08:47 PM Revision 142 (metacat): reincorporated Title registration code for documents
- 05:52 PM Revision 141 (metacat): updated stylesheet script to reflect new table structure
- 05:46 PM Revision 140 (metacat): updated documentation
- 05:40 PM Revision 139 (metacat): updated jar file
- 05:38 PM Revision 138 (metacat): updated javadoc documentation
- 05:28 PM Revision 137 (metacat): Renamed DBSAXElement to DBSAXNode
- 05:19 PM Revision 136 (metacat): rearranged API for incrementing the node index within the parent node
- 05:16 PM Revision 135 (metacat): rearranged API for incrementing the node index within the parent node
- 03:42 PM Revision 134 (metacat): code consolidation, cleanup, and documentation
- 03:40 PM Revision 133 (metacat): code consolidation, cleanup, and documentation
- 02:11 PM Revision 132 (metacat): improved error handling when docid not found
- 10:58 AM Revision 131 (metacat): general module cleanup
06/06/2000
- 07:12 PM Revision 130 (metacat): renamed ReaderElement to ElementNode
- 07:08 PM Revision 129 (metacat): renamed BasicElement to BasicNode
- 07:00 PM Revision 128 (metacat): continuing work on changing to DOM Text node model
- 06:31 PM Revision 127 (metacat): continued changing to DOM TEXT node model
- 06:12 PM Revision 126 (metacat): continued changing to DOM TEXT node model
- 05:46 PM Revision 125 (metacat): added new shell script for command line document retrieval
- 05:45 PM Revision 124 (metacat): added new DB SQL utility query
- 05:44 PM Revision 123 (metacat): Modifying storage model to use DOM TEXT nodes
- 05:43 PM Revision 122 (metacat): Modifying storage model to use DOM TEXT nodes -- update is incomplete and query code doesn not work for this checkin
06/01/2000
- 04:12 PM Revision 121 (metacat): moved arbortext catalog files to src dir
- 04:05 PM Revision 119 (metacat): updated paths to reflect new file locations
- 04:02 PM Revision 118 (metacat): added jar archive for metacat servlet
- 03:59 PM Revision 117 (metacat): moved config files to lib dir
- 03:58 PM Revision 116 (metacat): moved shell scripts to bin dir, config files to lib dir
- 03:51 PM Revision 115 (metacat): moved html files and jar files to lib directory
- 03:47 PM Revision 114 (metacat): moved sql files to src directory
05/31/2000
- 02:00 PM Revision 113 (metacat): added Ant build system support
- 01:55 PM Revision 112 (metacat): moved java files to src directory
- 01:54 PM Revision 111 (metacat): moved java files to src directory
- 10:50 AM Revision 110 (metacat): changed case 4/ to be like case 3/ when no doctype specified
05/30/2000
05/20/2000
- 03:39 PM Revision 108 (metacat): added utility files and queries
- 03:28 PM Revision 107 (metacat): updated javadoc documentation
- 03:11 PM Revision 106 (metacat): removed files that are no longer needed
- 03:07 PM Revision 105 (metacat): minor formatting and display update
05/19/2000
Also available in: Atom