Added CloudJobSubmission to persistence xml
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/512d35ec Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/512d35ec Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/512d35ec Branch: refs/heads/auroraMesosIntegration Commit: 512d35ecf0c125549dfbec2651e5da07e5816d0d Parents: ba9d60d Author: Shameera Rathnayaka <[email protected]> Authored: Tue Nov 1 17:40:05 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Tue Nov 1 17:40:05 2016 -0400 ---------------------------------------------------------------------- .../registry-core/src/main/resources/META-INF/persistence.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/512d35ec/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml b/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml index 3880a38..d3558a5 100644 --- a/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml +++ b/modules/registry/registry-core/src/main/resources/META-INF/persistence.xml @@ -38,6 +38,7 @@ <class>org.apache.airavata.registry.core.app.catalog.model.GridftpDataMovement</class> <class>org.apache.airavata.registry.core.app.catalog.model.GridftpEndpoint</class> <class>org.apache.airavata.registry.core.app.catalog.model.SshJobSubmission</class> + <class>org.apache.airavata.registry.core.app.catalog.model.CloudJobSubmission</class> <class>org.apache.airavata.registry.core.app.catalog.model.ApplicationModule</class> <class>org.apache.airavata.registry.core.app.catalog.model.ApplicationDeployment</class> <class>org.apache.airavata.registry.core.app.catalog.model.ModuleLoadCmd</class>
