Author: luca
Date: Sat Dec 15 11:00:34 2012
New Revision: 1422219

URL: http://svn.apache.org/viewvc?rev=1422219&view=rev
Log:
Inserting two new properties (false and commented out by default) to support 
behaviour specified in OODT-541 and OODT-544)

Modified:
    oodt/trunk/filemgr/src/main/resources/filemgr.properties

Modified: oodt/trunk/filemgr/src/main/resources/filemgr.properties
URL: 
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/resources/filemgr.properties?rev=1422219&r1=1422218&r2=1422219&view=diff
==============================================================================
--- oodt/trunk/filemgr/src/main/resources/filemgr.properties (original)
+++ oodt/trunk/filemgr/src/main/resources/filemgr.properties Sat Dec 15 
11:00:34 2012
@@ -41,6 +41,14 @@ org.apache.oodt.cas.filemgr.catalog.data
 org.apache.oodt.cas.filemgr.catalog.datasource.quoteFields=false
 org.apache.oodt.cas.filemgr.catalog.datasource.pageSize=20
 org.apache.oodt.cas.filemgr.catalog.datasource.cacheUpdateMinutes=5
+# set the following property to 'true' to allow dynamic metadata fields,
+# effectively bypassing the validation layer.
+# by default the property is false
+#org.apache.oodt.cas.filemgr.catalog.datasource.lenientFields=true
+# set the following property to true to enable the column "product_id"
+# in table "products" to be of type string
+#org.apache.oodt.cas.filemgr.catalog.datasource.productId.string=false
+
 
 # mapped data source catalog configuration
 
org.apache.oodt.cas.filemgr.catalog.mappeddatasource.mapFile=/path/to/ops.catalog.typemap.properties


Reply via email to