You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2010/09/23 16:27:32 UTC

[jira] Assigned: (OODT-40) DataSourceCatalogFactory default validation layer class is incorrect

     [ https://issues.apache.org/jira/browse/OODT-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned OODT-40:
-------------------------------------

    Assignee: Chris A. Mattmann

> DataSourceCatalogFactory default validation layer class is incorrect
> --------------------------------------------------------------------
>
>                 Key: OODT-40
>                 URL: https://issues.apache.org/jira/browse/OODT-40
>             Project: OODT
>          Issue Type: Bug
>          Components: file manager
>            Reporter: Paul Ramirez
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> Currently the default class is chosen by the following:
> String validationLayerFactoryClass = System.getProperty("filemgr.validationLayer.factory","org.apache.oodt.cas.validation.DataSourceValidationLayerFactory");
> The default class does not exist. This should be updated to:
> String validationLayerFactoryClass = System.getProperty("filemgr.validationLayer.factory","org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory");
> or 
> String validationLayerFactoryClass = System.getProperty("filemgr.validationLayer.factory",org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory.class.getName());

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.