You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2015/11/19 16:48:09 UTC

airavata git commit: adding models

Repository: airavata
Updated Branches:
  refs/heads/develop 13b50f7a5 -> e25f6fbb4


adding models


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e25f6fbb
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e25f6fbb
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e25f6fbb

Branch: refs/heads/develop
Commit: e25f6fbb47ae39b5007263c6861dcc9023087282
Parents: 13b50f7
Author: Chathuri Wimalasena <ch...@apache.org>
Authored: Thu Nov 19 10:48:02 2015 -0500
Committer: Chathuri Wimalasena <ch...@apache.org>
Committed: Thu Nov 19 10:48:02 2015 -0500

----------------------------------------------------------------------
 .../registry-core/src/main/resources/META-INF/persistence.xml      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/e25f6fbb/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 f867e93..0a5d09e 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
@@ -55,6 +55,8 @@
         <class>org.apache.airavata.registry.core.app.catalog.model.JobSubmissionInterface</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.DataMovementInterface</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.StoragePreference</class>
+        <class>org.apache.airavata.registry.core.app.catalog.model.StorageResource</class>
+        <class>org.apache.airavata.registry.core.app.catalog.model.StorageInterface</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.ResourceJobManager</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.JobManagerCommand</class>
         <class>org.apache.airavata.registry.core.app.catalog.model.LocalSubmission</class>