svn - r33534 - trunk/modules/unsupported/app-schema/app-schema/src/main/java/org/geotools/data/complex/config

1 message Options
Embed this post
Permalink
svn_geotools

svn - r33534 - trunk/modules/unsupported/app-schema/app-schema/src/main/java/org/geotools/data/complex/config

Reply Threaded More More options
Print post
Permalink
Author: bencaradocdavies
Date: 2009-07-09 04:31:36 -0400 (Thu, 09 Jul 2009)
New Revision: 33534

Modified:
   trunk/modules/unsupported/app-schema/app-schema/src/main/java/org/geotools/data/complex/config/CatalogUtilities.java
Log:
Set schema catalog to quiet operation.

Modified: trunk/modules/unsupported/app-schema/app-schema/src/main/java/org/geotools/data/complex/config/CatalogUtilities.java
===================================================================
--- trunk/modules/unsupported/app-schema/app-schema/src/main/java/org/geotools/data/complex/config/CatalogUtilities.java 2009-07-09 07:06:26 UTC (rev 33533)
+++ trunk/modules/unsupported/app-schema/app-schema/src/main/java/org/geotools/data/complex/config/CatalogUtilities.java 2009-07-09 08:31:36 UTC (rev 33534)
@@ -106,8 +106,8 @@
     public static Catalog buildPrivateCatalog(URL catalogLocation) {
         CatalogManager catalogManager = new CatalogManager();
         catalogManager.setUseStaticCatalog(false);
-        catalogManager.setVerbosity(9);
-        catalogManager.setIgnoreMissingProperties(false);
+        catalogManager.setVerbosity(0);
+        catalogManager.setIgnoreMissingProperties(true);
         Catalog catalog = catalogManager.getCatalog();
         try {
             catalog.parseCatalog(catalogLocation);


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
GeoTools-commits mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-commits