Project

General

Profile

« Previous | Next » 

Revision 2107

Add new Harvest Operation Properties to replace the HARVEST_OPERATION_TABLE

View differences:

lib/harvester/harvester.properties
1 1
connectToMetacat=true
2 2
dbDriver=oracle.jdbc.driver.OracleDriver
3
delay=0
3 4
harvesterAdministrator=dcosta@lternet.edu
4 5
logPeriod=90
6
maxHarvests=1
5 7
metacatURL=http://earth.lternet.edu:8080/knb/servlet/metacat
6 8
password=ntre4hrv
9
period=24
10
smtpServer=lternet.lternet.edu
7 11
url=jdbc:oracle:thin:@knb.lternet.edu:1521:knblter
8 12
user=harvest
9
delay=10
10
maxHarvests=1
11
period=24
12
smtpServer=lternet.lternet.edu
13

  
14
// Harvester Operation Properties
15
GetDocError=Error getting EML document from site,Error
16
GetDocSuccess=Success getting EML document from site,Debug
17
GetDocListError=Error getting harvest document list from site,Error
18
GetDocListSuccess=Success getting harvest document list from site,Debug
19
HarvesterStartup=Harvester start up,Info
20
HarvesterShutdown=Harvester shut down,Info
21
InsertDocError=Error inserting EML document to Metacat,Error
22
InsertDocSuccess=Success inserting EML document to Metacat,Info
23
MetacatHasDoc=Metacat already has this EML document,Warning
24
UpdateDocError=Error updating EML document to Metacat,Error
25
UpdateDocSuccess=Success updating EML document to Metacat,Info
26
ValidateDocError=Error validating EML docoument,Error
27
ValidateDocSuccess=Success validating EML document,Debug
28
ValidateDocListError=Error validating harvest document list,Error
29
ValidateDocListSuccess=validating harvest document list,Debug

Also available in: Unified diff