Repository: airavata Updated Branches: refs/heads/master 02f697fa8 -> 28b845715
adding missing gatewayRegistry initialization Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/28b84571 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/28b84571 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/28b84571 Branch: refs/heads/master Commit: 28b845715ac6a554d3aaae122d5a0ddebe1b55fb Parents: 02f697f Author: Supun Nakandala <[email protected]> Authored: Sat Sep 5 15:31:50 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Sat Sep 5 15:31:50 2015 +0530 ---------------------------------------------------------------------- .../core/experiment/catalog/impl/ExperimentCatalogImpl.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/28b84571/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentCatalogImpl.java ---------------------------------------------------------------------- diff --git a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentCatalogImpl.java b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentCatalogImpl.java index 013b79e..28aa5a1 100644 --- a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentCatalogImpl.java +++ b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/ExperimentCatalogImpl.java @@ -99,6 +99,7 @@ public class ExperimentCatalogImpl implements ExperimentCatalog { } experimentRegistry = new ExperimentRegistry(gatewayResource, user); projectRegistry = new ProjectRegistry(gatewayResource, user); + gatewayRegistry = new GatewayRegistry(); } /**
