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 2018/10/30 06:03:22 UTC

[airavata] branch develop updated: Registering new parser entities in persistence.xml

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 351c64c  Registering new parser entities in persistence.xml
351c64c is described below

commit 351c64c9e138ef2be1bb5af3c930657e858f31a2
Author: Dimuthu Wannipurage <di...@datasprouts.com>
AuthorDate: Tue Oct 30 02:03:06 2018 -0400

    Registering new parser entities in persistence.xml
---
 .../src/main/resources/META-INF/persistence.xml                    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml b/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
index 8eaeffa..44d19d9 100644
--- a/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
+++ b/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
@@ -72,6 +72,13 @@
         <class>org.apache.airavata.registry.core.entities.appcatalog.UserResourceProfileEntity</class>
         <class>org.apache.airavata.registry.core.entities.appcatalog.UserComputeResourcePreferenceEntity</class>
         <class>org.apache.airavata.registry.core.entities.appcatalog.UserStoragePreferenceEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParserInfoEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParserInputEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParserOutputEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParsingTemplateEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParsingTemplateInputEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParserDagInputOutputMappingEntity</class>
+        <class>org.apache.airavata.registry.core.entities.appcatalog.ParserDagElementEntity</class>
         <exclude-unlisted-classes>true</exclude-unlisted-classes>
     </persistence-unit>
     <persistence-unit name="replicacatalog_data_new">