Project

General

Profile

« Previous | Next » 

Revision 2608

Added by Jing Tao over 18 years ago

Add code to handle deleted document replication.

View differences:

MetacatReplication.java
794 794
        //register data file into xml_documents table and wite data file
795 795
        //into file system
796 796
        DocumentImpl.writeDataFileInReplication(url.openStream(), datafilePath,
797
                            docName, docType, docid, user,docHomeServer,server);
797
                            docName, docType, docid, user,docHomeServer,server, 
798
                            DocumentImpl.DOCUMENTTABLE, false);//false means non-timed replication
798 799
     }
799 800

  
800 801

  

Also available in: Unified diff