Package eu.planets_project.pp.plato.services.characterisation.fits

Examples of eu.planets_project.pp.plato.services.characterisation.fits.FitsIntegration


        allowRemove = -1;
        jhoveTree = new JHoveTree();
        jHoveAdaptor=new JHoveAdaptor();
       
        try {
            fits = new FitsIntegration();
        } catch (Throwable e) {
            fits = null;
            log.error("Could not instantiate FITS, it is not configured properly.", e);
            FacesMessages.instance().add(FacesMessage.SEVERITY_WARN, "Could not instantiate FITS, it is not configured properly.");
        }
View Full Code Here


        tempDir.deleteOnExit();
        tempFiles.clear();
        log.debug("using temp directory " + tempDir.getAbsolutePath());
       
        try {
            fits = new FitsIntegration();
        } catch (Throwable e) {
            fits = null;
            log.error("Could not instantiate FITS, it is not configured properly.", e);
            FacesMessages.instance().add(FacesMessage.SEVERITY_WARN, "Could not instantiate FITS, it is not configured properly.");
        }
View Full Code Here

TOP

Related Classes of eu.planets_project.pp.plato.services.characterisation.fits.FitsIntegration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.