Author: keith
Date: Wed Apr 23 07:41:58 2008
New Revision: 16063

Log:

Fixing Mashup-766



Modified:
   
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java

Modified: 
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
==============================================================================
--- 
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
   (original)
+++ 
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
   Wed Apr 23 07:41:58 2008
@@ -115,27 +115,27 @@
 
             // Applying a dummy tag so that searching works
             // https://wso2.org/jira/browse/REGISTRY-24
-            Registry systemRegistry = embeddedRegistry.getSystemRegistry();
-            systemRegistry.applyTag("/mashups/system/version", "built-in");
-            systemRegistry.applyTag("/mashups/system/version", "management");
-            systemRegistry.applyTag("/mashups/system/version", "scraping");
-
-            systemRegistry.applyTag("/mashups/system/storexml", "built-in");
-            systemRegistry.applyTag("/mashups/system/storexml", "sample");
-            systemRegistry.applyTag("/mashups/system/storexml", "File");
-            systemRegistry.applyTag("/mashups/system/storexml", "cache");
-
-            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"built-in");
-            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"sample");
-            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"management");
-            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"scraping");
-
-            systemRegistry.applyTag("/mashups/system/digit2image", "built-in");
-            systemRegistry.applyTag("/mashups/system/digit2image", "Flickr");
-            systemRegistry.applyTag("/mashups/system/digit2image", 
"WSRequest");
-            systemRegistry.applyTag("/mashups/system/digit2image", "storexml");
-            systemRegistry.applyTag("/mashups/system/digit2image", "cache");
-            systemRegistry.applyTag("/mashups/system/digit2image", "sample");
+//            Registry systemRegistry = embeddedRegistry.getSystemRegistry();
+//            systemRegistry.applyTag("/mashups/system/version", "built-in");
+//            systemRegistry.applyTag("/mashups/system/version", "management");
+//            systemRegistry.applyTag("/mashups/system/version", "scraping");
+//
+//            systemRegistry.applyTag("/mashups/system/storexml", "built-in");
+//            systemRegistry.applyTag("/mashups/system/storexml", "sample");
+//            systemRegistry.applyTag("/mashups/system/storexml", "File");
+//            systemRegistry.applyTag("/mashups/system/storexml", "cache");
+//
+//            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"built-in");
+//            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"sample");
+//            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"management");
+//            systemRegistry.applyTag("/mashups/system/upgradeChecker", 
"scraping");
+//
+//            systemRegistry.applyTag("/mashups/system/digit2image", 
"built-in");
+//            systemRegistry.applyTag("/mashups/system/digit2image", "Flickr");
+//            systemRegistry.applyTag("/mashups/system/digit2image", 
"WSRequest");
+//            systemRegistry.applyTag("/mashups/system/digit2image", 
"storexml");
+//            systemRegistry.applyTag("/mashups/system/digit2image", "cache");
+//            systemRegistry.applyTag("/mashups/system/digit2image", "sample");
 
 //            systemRegistry.applyTag("/mashups/samples/exchangeRate", 
"webservicex.net");
 //            systemRegistry.applyTag("/mashups/samples/exchangeRate", 
"WSRequest");
@@ -163,10 +163,11 @@
 //            systemRegistry.applyTag("/mashups/samples/yahooGeoCode", "maps");
         } catch (UserStoreException e) {
             log.error("Error deploying user nashups", e);
-        } catch (RegistryException e) {
-            // https://wso2.org/jira/browse/REGISTRY-24
-            // Exception jumps due to a Registry Bug
         }
+//        catch (RegistryException e) {
+//            // https://wso2.org/jira/browse/REGISTRY-24
+//            // Exception jumps due to a Registry Bug
+//        }
     }
 
     private void persistMashupAdminService(AxisConfiguration configuration) {

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to