[teiid-commits] teiid SVN: r1183 - trunk/engine/src/main/java/com/metamatrix/dqp/service.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Jul 24 11:15:33 EDT 2009


Author: shawkins
Date: 2009-07-24 11:15:32 -0400 (Fri, 24 Jul 2009)
New Revision: 1183

Modified:
   trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java
Log:
TEIID-729 allowing for default initialization to the null cryptor if the key cannot be found

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java	2009-07-24 15:01:35 UTC (rev 1182)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java	2009-07-24 15:15:32 UTC (rev 1183)
@@ -306,14 +306,6 @@
     public void unregister(ConnectorBindingLifeCycleListener listener);
         
     /**
-     * Get the URL to the "metamatrixpki.keystore" file 
-     * @return URL to the "metamatrixpki.keystore" file; null if not defined 
-     * @since 4.4
-     */
-    public URL getEncryptionKeyStore();
-    
-
-    /**
      * Gets the reference URL to the Configuration File for the DQP.
      * @return URL to configuration file; null otherwise
      * @since 4.4



More information about the teiid-commits mailing list