Project

General

Profile

« Previous | Next » 

Revision 8948

Added by Jing Tao over 9 years ago

Write the input stream into the file system without alteration in dataone create and update methods.

View differences:

EMLVersionsTransformer.java
165 165
                 .getDBConnection("EMLVersionsTransformer.handleSingleEML200Document");
166 166
                  serialNumber = dbconn.getCheckOutSerialNumber();
167 167
                  documentWrapper.write(dbconn, eml210Content, pub, dtd,
168
                          doAction, newId, owner, groups);
168
                          doAction, newId, owner, groups, null);
169 169
                  logMetacat.warn("Doc "+docidWithRev+" was transformed to eml210 with new id "+newId);
170 170
                  transformLog("Doc "+docidWithRev+" was transformed to eml210 with new id "+newId);
171 171
             }

Also available in: Unified diff