Project

General

Profile

« Previous | Next » 

Revision 5454

Added by berkley almost 14 years ago

debug statements in dbsaxhandler

View differences:

ReplicationService.java
912 912
			{
913 913
			  String guid = idman.getGUID(doc.getDocID(), doc.getRev());
914 914
			  sb.append("<guid>").append(guid).append("</guid>");
915
			  String smLocalId = idman.getSystemMetadataLocalId(guid);
916
			  if(smLocalId != null && !smLocalId.trim().equals(""))
917
			  {
918
			      sb.append("<systemmetadatalocalid>").append(smLocalId).append("</systemmetadatalocalid>");
919
			  }
915 920
			}
916 921
			catch(McdbDocNotFoundException e)
917 922
			{

Also available in: Unified diff