[Registry-dev] svn commit r15772 - trunk/registry/modules/core/src/main/java/org/wso2/registry/app

svn at wso2.org svn at wso2.org
Thu Apr 17 21:40:33 PDT 2008


Author: glen
Date: Thu Apr 17 21:40:32 2008
New Revision: 15772

Log:

Am in the midst of getting new-style queries working, comment stub func for now.

Modified:
   trunk/registry/modules/core/src/main/java/org/wso2/registry/app/RegistryAdapter.java

Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/app/RegistryAdapter.java
==============================================================================
--- trunk/registry/modules/core/src/main/java/org/wso2/registry/app/RegistryAdapter.java	(original)
+++ trunk/registry/modules/core/src/main/java/org/wso2/registry/app/RegistryAdapter.java	Thu Apr 17 21:40:32 2008
@@ -445,12 +445,12 @@
         return null;
     }
 
-    private ResponseContext processQuery(RequestContext request, String path) {
-        Map params = new HashMap();
-
-        getSecureRegistry(request).executeQuery(path, params);
-    }
-
+//    private ResponseContext processQuery(RequestContext request, String path) {
+//        Map params = new HashMap();
+//
+//        getSecureRegistry(request).executeQuery(path, params);
+//    }
+    
     private ResponseContext processVersionsRequest(RequestContext request, String path) {
         String [] versionPaths;
         try {



More information about the Registry-dev mailing list