Repository: airavata Updated Branches: refs/heads/master ac038ce10 -> 867778bf1
fixing the name with WRF sample Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/867778bf Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/867778bf Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/867778bf Branch: refs/heads/master Commit: 867778bf19bccbef86ae5238cdf7bd2b75f8ddf8 Parents: ac038ce Author: Suresh Marru <[email protected]> Authored: Wed May 28 13:08:56 2014 -0400 Committer: Suresh Marru <[email protected]> Committed: Wed May 28 13:08:56 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/airavata/client/tools/DocumentCreator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/867778bf/modules/airavata-client/src/main/java/org/apache/airavata/client/tools/DocumentCreator.java ---------------------------------------------------------------------- diff --git a/modules/airavata-client/src/main/java/org/apache/airavata/client/tools/DocumentCreator.java b/modules/airavata-client/src/main/java/org/apache/airavata/client/tools/DocumentCreator.java index 96b3e9e..dd872a8 100644 --- a/modules/airavata-client/src/main/java/org/apache/airavata/client/tools/DocumentCreator.java +++ b/modules/airavata-client/src/main/java/org/apache/airavata/client/tools/DocumentCreator.java @@ -418,7 +418,7 @@ public class DocumentCreator { HpcApplicationDeploymentType wrfApp = (HpcApplicationDeploymentType) wrfAppDesc.getType(); ApplicationDeploymentDescriptionType.ApplicationName wrfName = ApplicationDeploymentDescriptionType.ApplicationName.Factory.newInstance(); wrfName.setStringValue("WRF"); - wrfApp.setApplicationName(name); + wrfApp.setApplicationName(wrfName); ProjectAccountType wrfprojectAccountType = wrfApp.addNewProjectAccount(); wrfprojectAccountType.setProjectAccountNumber("sds128");
