Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  nceas 2758 over 18 years sgarg Replaced hardcoded namespaces with variable def...

Latest revisions

# Date Author Comment
2758 11/17/2005 12:37 PM sgarg

Replaced hardcoded namespaces with variable defined in metacat.properties

2753 11/17/2005 11:38 AM Matt Jones

Changed logMetacat to be a local variable in MetaCatServlet to avoid any potential threading issues.

2752 11/16/2005 05:27 PM Matt Jones

Metacat has had problems with threading issues when accessed from ecogrid. These problems may stem from the use of shared global variables within the servlet that are not protected against threading problems. We used a lot of these, which I am eliminating in this commit. Besides final variables used as constants (which are not a problem), now there are only three unprotected variables (sessionHash, logMetacat, and conn) which are harder to eliminate. I will be discussiong this with Sid tomorrow to see how to eliminate them.

2751 11/16/2005 01:07 PM Jing Tao

Fixed the bug that replicate data file failed that the documents records wouldn't be deleted.

2750 11/16/2005 01:07 PM Jing Tao

the parameter of method getRevisionTableReList is docidWithoutRev.

2749 11/16/2005 12:38 PM Jing Tao

Fixed bug that data file upload failed, record couldn't be deleted.

2741 11/16/2005 09:57 AM Duane Costa

Bug #2207: Implementation of the Metacat Advanced Search engine.

2740 11/15/2005 04:59 PM Jing Tao

Fixed a bug in log

2739 11/12/2005 06:15 PM Jing Tao

Fixed log bug when xml_revision updated failed.

2738 11/11/2005 12:15 PM Matt Jones

Removed extra package declaration in LSID java file.

View revisions

Also available in: Atom