You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/01/23 19:55:42 UTC

[airavata] branch staging updated: Registering ProcessWorkflow model in persistence.xml

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new 0874835  Registering ProcessWorkflow model in persistence.xml
0874835 is described below

commit 08748352c25a80a022ade4fc6eb3c6d59878cfe4
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Wed Jan 23 14:55:33 2019 -0500

    Registering ProcessWorkflow model in persistence.xml
---
 .../registry/registry-core/src/main/resources/META-INF/persistence.xml   | 1 +
 1 file changed, 1 insertion(+)

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 5ac231f..6eed341 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
@@ -97,6 +97,7 @@
         <class>org.apache.airavata.registry.core.experiment.catalog.model.JobStatus</class>
         <class>org.apache.airavata.registry.core.experiment.catalog.model.Notification</class>
         <class>org.apache.airavata.registry.core.experiment.catalog.model.QueueStatus</class>
+        <class>org.apache.airavata.registry.core.experiment.catalog.model.ProcessWorkflow</class>
         <exclude-unlisted-classes>true</exclude-unlisted-classes>
     </persistence-unit>
     <persistence-unit name="replicacatalog_data">