adding missing setExperimentDataDir line
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/c22a73dc Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/c22a73dc Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/c22a73dc Branch: refs/heads/develop Commit: c22a73dc5f6d65956019bb46f2dbbabe660618c2 Parents: 2fe5278 Author: scnakandala <[email protected]> Authored: Wed Jan 6 22:52:51 2016 -0500 Committer: scnakandala <[email protected]> Committed: Wed Jan 6 22:52:51 2016 -0500 ---------------------------------------------------------------------- .../airavata/registry/core/experiment/catalog/resources/Utils.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/c22a73dc/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/Utils.java ---------------------------------------------------------------------- diff --git a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/Utils.java b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/Utils.java index 7e7a9a8..c94fef9 100644 --- a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/Utils.java +++ b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/resources/Utils.java @@ -536,6 +536,7 @@ public class Utils { processResource.setStorageResourceId(o.getStorageId()); processResource.setUserDn(o.getUserDn()); processResource.setGenerateCert(o.getGenerateCert()); + processResource.setExperimentDataDir(o.getExperimentDataDir()); } return processResource; }
