Project

General

Profile

Statistics
| Revision:

# Date Author Comment
6901 01/13/2012 01:14 AM Matt Jones

Properly initialize the servlet context when starting alternate servlets, which makes sure that the configuration files have been loaded and config properties are available.

5463 07/30/2010 04:11 PM ben leinfelder

do not read from the inputstream before passing it off to the SAXParser

5169 12/21/2009 12:10 PM Duane Costa

Fix for Bug #4637 - Metacat Harvester fails to catch some insert and update failures. As per comments in the bug entry, the Metacat Harvester logic has been modified to examine the Metacat client return string to confirm that it contains the substring "<success>" following an insert or update operation. It no longer considers just the absence of an exception as indicative of a successful operation.

5030 08/24/2009 02:34 PM daigle

Change location of PropertyService to properties directory

5015 08/04/2009 02:32 PM daigle

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

4999 07/27/2009 02:47 PM Duane Costa

Implement fix for Bug #4245: Harvester command line scripts don't execute.

4708 12/26/2008 01:17 PM daigle

Remove the configuration directory from the PropertyService constructor

4175 07/28/2008 05:07 PM daigle

Qualify harvester properties

4125 07/15/2008 10:11 AM daigle

Replace Options class with PropertyService

4124 07/15/2008 10:08 AM daigle

Create PropertyService using log directory instead of servlet context.

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

2995 05/01/2006 11:20 AM Duane Costa

Two changes to Metacat Harvester implementation:

(1) Removed call to deprecated Thread.stop() method. Added boolean class variable, Harvester.keepRunning. When the thread is destroyed, set Harvester.keepRunning to false.

(2) Access the harvestList.xsd schema file by finding it locally in the web application rather than via a URL to cvs.ecoinformatics.org.

2892 01/19/2006 12:06 PM Duane Costa

Remove CR characters from end of line. Formatting changes only, no functional changes.

2777 11/23/2005 12:03 PM Duane Costa

Minor change to diagnostic output.

2765 11/18/2005 01:18 PM Duane Costa

Change the maximum code level reported to the site contact from "info" to "notice". This is to reduce the amount of diagnostic output generated in the email reports to the site contact. Diagnositcs of type "error", "warning", and "notice" will be sent to the site contact, while messages of type "info" and "debug" will not (but they will still be sent to the Harvester Administrator).

2426 03/22/2005 09:53 AM Duane Costa

Fixed bug in command-line mode which caused array index out of bounds exception.

Changed default maxHarvests value to 0. Added logic to ignore maxHarvests value when it is set to 0 or a negative number. This allows Harvester to run indefinitely without shutting down after reaching a maximum number of harvests. The previous default value of 30 would cause Harvester to terminate after 30 harvests.

2386 01/25/2005 03:14 PM Duane Costa

Formatting improvements.

2385 01/25/2005 03:01 PM Duane Costa

Formatting improvements.

2384 01/25/2005 01:57 PM Duane Costa

Implement a new HarvesterServlet for running Harvester as a servlet. This eliminates the need to run Harvester in a terminal window. By default, the HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user documentation will be modified to instruct Harvester administrators to uncomment the HarvesterServlet entry.

2381 01/20/2005 01:42 PM Duane Costa

Re-implement logic to prune old log entries from the HARVEST_LOG and HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint violations in the database because it tried to delete parent records from HARVEST_LOG prior to deleting child records from HARVEST_DETAIL_LOG....

2380 01/20/2005 01:37 PM Duane Costa

Formatting improvements.

2375 01/14/2005 12:41 PM Duane Costa

Increase number of rows in harvest list from 300 to 1200.

2368 01/13/2005 04:54 PM Duane Costa

Change default document type in Harvest List Editor to eml-2.0.1.

2367 01/13/2005 04:49 PM Duane Costa

Remove DOS end-of-line carriage returns.
Other minor formatting improvements to the code.

2332 11/15/2004 10:39 AM Duane Costa

Modify value of redirect to match the servlet-mapping URL values in web.xml. The old value used the servlet class name. This worked in Tomcat 4 but seems to break in Tomcat 5 on Windows. The new value uses the servlet-mapping URL value. This should work in both Tomcat 4 and Tomcat 5.

2330 11/09/2004 03:34 PM Duane Costa

Minor enhancement to support multiple email addresses for harvester administrator and site contact. Each address is separated by a comma or semicolon.

2305 09/20/2004 02:30 PM Duane Costa

Compose the Metacat URL from the httpserver and the servletpath properties, replacing hard-coded references to servlet.

2304 09/20/2004 02:28 PM Duane Costa

Send redirect to HarvesterRegistration, instead of using the full class name which works on Tomcat-only installations but not with Apache.

2303 09/20/2004 09:49 AM Duane Costa

Change the date format to one that is standard on both Oracle and Postgres.

2238 08/10/2004 03:19 PM Duane Costa

Add warning if default harvest list file is not found on disk.

2237 08/04/2004 12:42 PM Duane Costa

Change relative path to harvestList.xsd schema to allow harvest list editor to run standalone.

2221 07/22/2004 09:10 AM Duane Costa

Improvements to Harvester registration web form.

2203 07/08/2004 10:45 AM Duane Costa

Add diagnostic output

2187 06/14/2004 03:26 PM Duane Costa

Improve handling of default values.
Call fileNew() if no default Harvest List file is specified.
Improve documentation for default properties.

2179 06/04/2004 02:25 PM Duane Costa

Add File Validate menu item
Add column to display the row number
Add name of file to the title bar
Load properties from .harvestListEditor in home directory instead
of from metacat.properties

2177 06/03/2004 04:09 PM Duane Costa

Harvest List Editor, a GUI tool for editing Harvest List XML files

2171 05/17/2004 04:36 PM Duane Costa

Store session attributes as username and password for consistency with Metacat

2170 05/14/2004 03:54 PM Duane Costa

Improvements to Harvester registration form

2166 05/12/2004 09:36 AM Duane Costa

Improve Harvester registration login

2155 05/03/2004 03:59 PM Duane Costa

Integrate Harvester properties with build.properties and metacat.properties.
Eliminate the need for a separate harvester.properties file.
Improve email message to the site to include more summary information.

2139 04/28/2004 10:54 AM Duane Costa

Refactored a number of methods to allow for more effective JUnit testing

2133 04/22/2004 10:35 AM Duane Costa

Changes to comments

2132 04/19/2004 01:26 PM Duane Costa

Replace Harvester dbDriver property with database property

2127 04/14/2004 01:48 PM Duane Costa

Allow user to set frequency to 0 for testing purposes

2126 04/14/2004 01:48 PM Duane Costa

Modify schema location

2114 04/09/2004 10:59 AM Duane Costa

Rename url property to defaultDB

2108 04/06/2004 09:34 AM Duane Costa

Omit HARVEST_OPERATION_TABLE and store harvest operations in properties file instead

2105 04/05/2004 09:49 AM Duane Costa

Implement sending email reports to harvest administrator and site administrator

2094 04/01/2004 04:41 PM Matt Jones

Added GPL license text to harvester source files.

2086 03/31/2004 03:23 PM Duane Costa

Implement harvester scheduing capabilities and sending email reports to the Harvester Administrator

2085 03/31/2004 03:19 PM Duane Costa

Validate user input data in registration servlet

2084 03/31/2004 03:18 PM Duane Costa

Improve authorization logic for single file uload servlet

2083 03/31/2004 03:17 PM Duane Costa

Add delete capability to single file upload servlet

2063 03/26/2004 02:36 PM Duane Costa

Implement Harvester Registration Servlet

2062 03/26/2004 02:35 PM Duane Costa

Additional scheduling logic

2061 03/25/2004 12:57 PM Duane Costa

Changes to Harvester properties

2060 03/25/2004 12:56 PM Duane Costa

Changes to log entries

2036 02/27/2004 12:49 PM Duane Costa

Additional Harvester development

2031 02/20/2004 02:42 PM Duane Costa

Additional development of Harvester implementation

2022 02/09/2004 03:10 PM Duane Costa

Harvester source files

1949 12/04/2003 09:49 AM Duane Costa

Improvements to Harvester single file upload servlets

1925 11/21/2003 11:40 AM Duane Costa

Remove unneeded file Upload999.java

1830 09/29/2003 01:04 AM skrish
  • empty log message ***
1741 07/19/2003 10:20 PM skrish

MetaCat Servlet changed to get correct docid

1738 07/18/2003 11:24 PM skrish

EML interface Login Servlet

1737 07/18/2003 11:23 PM skrish

Metacat EMl Upload Interface

1734 07/17/2003 10:59 AM skrish
  • empty log message ***