Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  marine 433 about 24 years berkley no message
AccessionNumber.java 9.88 KB 476 about 24 years bojilova Changed to prevent the insertion if the provide...
AccessionNumberException.java 1.63 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
AccessionNumberGeneratedException.java 1.4 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
BasicNode.java 6.03 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
CommentNode.java 1.63 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
DBDTDHandler.java 5.56 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
DBEntityResolver.java 8.43 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
DBQuery.java 28.1 KB 475 about 24 years berkley removed system.out.printlns
DBSAXHandler.java 13.4 KB 471 about 24 years bojilova Separate thread used for writing into xml_index...
DBSAXNode.java 11.6 KB 471 about 24 years bojilova Separate thread used for writing into xml_index...
DBSimpleQuery.java 6.96 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
DBTransform.java 6.23 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
DBUtil.java 6.92 KB 413 about 24 years bojilova for getDoctypes() added WHERE entry_type='DTD' ...
DBValidate.java 9.76 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
DocumentImpl.java 33.2 KB 465 about 24 years berkley Added backtrack functionality. Backtracking wo...
ElementNode.java 4.54 KB 388 about 24 years Matt Jones Modified the DBReader and ElementNode classes t...
McdbDocNotFoundException.java 1.38 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
McdbException.java 2.71 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
MetaCatServlet.java 40.6 KB 473 about 24 years berkley added support for urls of the form "metacat://s...
MetaCatSession.java 14.2 KB 446 about 24 years bojilova fix for "public" authentication
MetaCatUtil.java 9.71 KB 464 about 24 years bojilova included new method getPoolSize()
NodeComparator.java 2.79 KB 429 about 24 years Matt Jones Fixed document reading bug (bugzilla bug #111) ...
NodeRecord.java 996 Bytes 388 about 24 years Matt Jones Modified the DBReader and ElementNode classes t...
PINode.java 1.67 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
QuerySpecification.java 23.4 KB 465 about 24 years berkley Added backtrack functionality. Backtracking wo...
TextNode.java 2.1 KB 349 about 24 years Matt Jones Added "release" keyword to all metacat source f...
metacatURL.java 7.79 KB 473 about 24 years berkley added support for urls of the form "metacat://s...
relationHandler.java 6.61 KB 466 about 24 years berkley This class syncronously indexes any package fil...
srbProps.properties 229 Bytes 213 over 24 years Matt Jones Added srbrmi classes for authentication support

Latest revisions

# Date Author Comment
476 09/28/2000 11:05 AM bojilova

Changed to prevent the insertion if the provided Accession# is in use as Dan suggested.

475 09/27/2000 02:37 PM berkley

removed system.out.printlns

473 09/27/2000 01:11 PM berkley

added support for urls of the form "metacat://server.xyz.com?docid=XXX:yy"

471 09/26/2000 04:02 PM bojilova

Separate thread used for writing into xml_index table.
This cut the time of the response on insert almost in half.
The tread is started afterwards
(on end of document parsing and inserting into xml_nodes) from
DBSAXHandler and uses new(separate) db connection....

466 09/26/2000 03:07 PM berkley

This class syncronously indexes any package file that is loaded into the database.r

465 09/26/2000 03:06 PM berkley

Added backtrack functionality. Backtracking works by passing a returndoc parameter. There can be more than one. If a document that is hit by a query is not of type returndoc then it searches the database for a related file of type returndoc. If one is found it is displayed, if no relation is found, the original is displayed....

464 09/26/2000 01:03 PM bojilova

included new method getPoolSize()

463 09/20/2000 02:50 PM berkley

added extra timing information to the main() driver method.

462 09/20/2000 01:25 PM bojilova

fix the small bug with output like:
Fatal processing error

<success>
<docid>null</docid>
</success>
on hadleInsertOrUpdateAction()

461 09/20/2000 01:22 PM bojilova

writeDocID() not needed any more
throw SAXException from everywhere

View revisions

Also available in: Atom