Project

General

Profile

« Previous | Next » 

Revision 5455

Added by berkley over 14 years ago

hopefully fixed bug with systemmetadata replication

View differences:

src/edu/ucsb/nceas/metacat/replication/ReplicationService.java
535 535
			  " information from handleForceReplicationRequest: " + 
536 536
			  docinfoHash.toString());
537 537
      IdentifierManager idman = IdentifierManager.getInstance();
538
      if(guid != null && !idman.identifierExists(guid))
538
      if(guid != null)
539 539
      { //if the guid was passed in, put it in the identifiers table
540 540
        logReplication.info("YYYYYYYYYYYYYY Creating guid/docid mapping for docid " + 
541 541
          docinfoHash.get("docid") + " and guid: " + guid);

Also available in: Unified diff