Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
9974 09/13/2016 01:07 PM Jing Tao

Add code to check if a dtd is registered when the parser processes the dtd part.

9972 09/12/2016 10:20 PM Jing Tao

Fixed a bug that the public id can't be assigned.

9916 09/02/2016 06:20 PM Jing Tao

Change the log information a little bit.

9913 09/02/2016 05:44 PM Jing Tao

use the new rules to validate an xml object base on dtds.

9492 01/15/2016 05:17 PM Jing Tao

Make sure to close the prepared statement on the final statement.

6606 11/04/2011 02:45 PM ben leinfelder

uses prepared statement instead of plain old statement.
deprecated the DBConnection.createStatement() method to discourage direct parameter value use in favor of parameter binding.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5527

5177 01/05/2010 02:08 PM daigle

Add a sleep statement between getting the dtd from source and checking for it via url. Add method names to log output.

5090 10/16/2009 11:10 AM daigle

Move access control source to it's own directory.

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4978 07/09/2009 11:13 AM daigle

Catch exception when schema exists in db but not on disk. Try to get the schema before throwing exception

4967 07/01/2009 10:29 AM daigle

Workflow scheduler and archiving fixes for TPC workflow engine

4803 02/11/2009 05:40 PM ben leinfelder

Fixes include:
-Overwriting existing DTDs on the filesystem if they exist and registration in the DB failed
-only registering a DTD once

4800 02/10/2009 05:25 PM ben leinfelder

do not include the column name when inserting into an auto-increment column

4123 07/15/2008 09:58 AM daigle

Append context url onto system id instead of server url.

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

2663 10/10/2005 11:06 AM sgarg

Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call

1895 11/17/2003 03:17 PM Jing Tao

Modified a method and can be reused.

1496 03/19/2003 03:26 PM Jing Tao

Change the debugMessage prototype.

1392 02/10/2003 07:28 PM Jing Tao

Change checkURLConnection to public static. It can be rused.

1363 01/09/2003 06:11 PM Jing Tao

Add some debug info.

1358 01/08/2003 05:28 PM Jing Tao

Merge the branch for monarch.

1217 06/13/2002 11:54 AM Jing Tao

Merge DBConnection branch to head.

1141 05/24/2002 03:56 PM Jing Tao

Change back to Connection. DBConnection will store in a cvs branch.

1131 05/23/2002 08:48 PM Jing Tao

Correct the parameter of getDBConnection - methodName in code.

1124 05/23/2002 05:56 PM Jing Tao

Delete connection as a class field and make every method to check in and check out connection if it need.

694 02/05/2001 04:17 PM bojilova

reject writing DTD file if it already exists

669 01/18/2001 11:52 AM Matt Jones

Added license terms to source code files, and cleaned up some javadoc
documentation in a few places.

599 12/12/2000 01:29 PM bojilova

constructor DBEntityResolver(Connection conn) is needed; cleared by mistake

598 12/12/2000 12:50 PM bojilova

DBEntityResolver:
- added new parameter dtd for upload on Metacat file system; optional; Reader
- new routines to upload dtd if provided
- systemID of metadata document is used to exctract the filename of new dtd;
- the new dtd is uploaded on Metacat file system as specified by dtdPath property;...

349 08/14/2000 01:53 PM Matt Jones

Added "release" keyword to all metacat source files so that the release
number will be evident in software distributions.

245 06/29/2000 05:52 PM Matt Jones

changed char stream to byte stream

243 06/29/2000 04:27 PM Matt Jones

Fixed bug in DBEntityResolver so that it now properly delegates to
the system id found inthe database.
Changed DBValidate to use DBEntityResolver, rather than the OASIS
catalog, and to return validation results in XML format.

204 06/26/2000 09:31 PM Matt Jones

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....

203 06/26/2000 03:35 AM Matt Jones

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

168 06/15/2000 08:20 PM Matt Jones

documentation cleanup

151 06/13/2000 02:22 PM bojilova

put checkURLConnection(systemId) before
its register in db or using from the parser

148 06/12/2000 09:08 AM bojilova

to use single transaction

142 06/07/2000 08:47 PM Matt Jones

reincorporated Title registration code for documents

122 06/06/2000 05:43 PM Matt Jones

Modifying storage model to use DOM TEXT nodes -- update is incomplete and query code doesn not work for this checkin

110 05/31/2000 10:50 AM bojilova

changed case 4/ to be like case 3/ when no doctype specified

109 05/30/2000 05:56 PM bojilova

document root node, doctype changes

92 05/11/2000 04:34 PM bojilova

made changes about document doctypes

75 05/04/2000 05:38 PM Matt Jones

Fixed package bugs in new Entity and comment handling code, updated Makefile

72 05/04/2000 03:30 PM bojilova

Included new features about writing XML documents into db
This includes writing data into db XML Catalog, document data into xml_documents,
comments into xml_nodes, added nodeindex for the order of elements by given parent element.