Revision 6044
Added by rnahf over 13 years ago
src/edu/ucsb/nceas/metacat/MetacatHandler.java | ||
---|---|---|
3487 | 3487 |
BaseException, NoSuchAlgorithmException, JiBXException |
3488 | 3488 |
{ |
3489 | 3489 |
logMetacat.debug("MetacatHandler.createSystemMetadata() called."); |
3490 |
logMetacat.debug("provided localId: " + localId); |
|
3491 |
logMetacat.debug("provided username: " + username); |
|
3490 | 3492 |
|
3491 | 3493 |
// create system metadata for the document |
3492 | 3494 |
IdentifierManager im = IdentifierManager.getInstance(); |
... | ... | |
3509 | 3511 |
im.createMapping(localId, localId); |
3510 | 3512 |
logMetacat.debug("Mapping created for " + localId); |
3511 | 3513 |
AccessionNumber accNum = new AccessionNumber(localId, "NONE"); |
3514 |
logMetacat.debug("accessionNumber: " + accNum); |
|
3512 | 3515 |
identifier.setValue(im.getGUID(accNum.getDocid(), rev)); |
3513 | 3516 |
|
3514 | 3517 |
} |
Also available in: Unified diff
added a few debugging lines in createSystemMetadata() related to contents of identifier strings