Project

General

Profile

« Previous | Next » 

Revision 7622

use maven to manage most jar dependencies in Metacat.
Exceptions include: LSID, Datamamager (EML),

View differences:

OAIHandler.java
325 325
    if (!"true".equals(serviceUnavailable)) {
326 326
      attributes.put("OAIHandler.version", VERSION);
327 327
      AbstractCatalog metacatCatalog = 
328
                       AbstractCatalog.factory(properties, getServletContext());
328
                       AbstractCatalog.factory(properties);
329 329
      attributes.put("OAIHandler.catalog", metacatCatalog);
330 330
    }
331 331
    

Also available in: Unified diff