Project

General

Profile

« Previous | Next » 

Revision 5629

Added by berkley over 13 years ago

changes for dataone .5 schema updates

View differences:

CrudService.java
315 315
        // Check if we are handling metadata or data
316 316
        boolean isScienceMetadata = isScienceMetadata(sysmeta);
317 317
        
318
        /* TODO:
319
         * For EML documents, the data url field needs to be checked here
320
         * and the describes and describedBy fields of the system metadata
321
         * need to be set with the appropriate uri.  Older EML documents
322
         * maybe have ecogrid:// uri's embedded in them.  See bug 618 
323
         * (https://trac.dataone.org/ticket/618) for more info on this.
324
         */
325 318
        if (isScienceMetadata) {
326 319
            // CASE METADATA:
327 320
            try {

Also available in: Unified diff