Updated Branches: refs/heads/master 7701b25b3 -> b1999c5de
removing invalid registry persistence Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/6af5fef6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/6af5fef6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/6af5fef6 Branch: refs/heads/master Commit: 6af5fef6df92eab68f0ac9c8b25eb1569fbac8c6 Parents: 5a43d56 Author: Nirmal Fernando <[email protected]> Authored: Tue Dec 3 18:44:58 2013 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Tue Dec 3 18:44:58 2013 +0530 ---------------------------------------------------------------------- .../apache/stratos/cloud/controller/topology/TopologyManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/6af5fef6/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyManager.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyManager.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyManager.java index 098ad49..29c81d7 100644 --- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyManager.java +++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyManager.java @@ -120,7 +120,7 @@ public class TopologyManager { public synchronized void updateTopology(Topology topology) { synchronized (TopologyManager.class) { this.topology = topology; - CloudControllerUtil.persist(this.topology); +// CloudControllerUtil.persist(this.topology); if (log.isDebugEnabled()) { Gson gson = new Gson(); String message = gson.toJson(topology);
