Project

General

Profile

« Previous | Next » 

Revision 9918

Added by Jing Tao almost 8 years ago

Disable the feature of downloading external schemas.

View differences:

ReplicationHandler.java
1035 1035
            //logMetacat.debug("publicID: " + publicId.toString());
1036 1036
            logReplication.info
1037 1037
                              ("ReplicationHandler.updateCatalog - v.elementAt(3): " + (String)v.elementAt(3));
1038
           if(!publicId.contains(v.elementAt(3)))
1038
           /*if(!publicId.contains(v.elementAt(3)))
1039 1039
           { //so we don't have this public id in our local table so we need to
1040 1040
             //add it.
1041 1041
        	   
......
1072 1072
             pstmt.close();
1073 1073
             logReplication.info("ReplicationHandler.updateCatalog - Success fully to insert new publicid "+
1074 1074
                               (String)v.elementAt(3) + " from server"+server);
1075
           }
1075
           }*/
1076 1076
        }
1077 1077
        catch(Exception e)
1078 1078
        {

Also available in: Unified diff