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 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 @@ org.apache.airavata.registry.core.experiment.catalog.model.JobStatus org.apache.airavata.registry.core.experiment.catalog.model.Notification org.apache.airavata.registry.core.experiment.catalog.model.QueueStatus + org.apache.airavata.registry.core.experiment.catalog.model.ProcessWorkflow true