Revision 6057
Added by ben leinfelder over 13 years ago
src/edu/ucsb/nceas/metacat/replication/ReplicationHandler.java | ||
---|---|---|
459 | 459 |
dateModifiedLong.longValue(), |
460 | 460 |
docinfoHash.get("submitter"), |
461 | 461 |
docinfoHash.get("guid"), |
462 |
docinfoHash.get("objectFormat"),
|
|
462 |
docinfoHash.get("object_format"),
|
|
463 | 463 |
new Long(docinfoHash.get("size")).longValue()); |
464 | 464 |
System.out.println("4"); |
465 | 465 |
} |
src/edu/ucsb/nceas/metacat/replication/ReplicationService.java | ||
---|---|---|
592 | 592 |
dateModifiedLong.longValue(), |
593 | 593 |
docinfoHash.get("submitter"), |
594 | 594 |
docinfoHash.get("guid"), |
595 |
docinfoHash.get("objectFormat"),
|
|
595 |
docinfoHash.get("object_format"),
|
|
596 | 596 |
new Long(docinfoHash.get("size")).longValue()); |
597 | 597 |
} |
598 | 598 |
else |
Also available in: Unified diff
use "object_format" element consistently so that it is replicated across instances
https://redmine.dataone.org/issues/1514