You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/02/23 08:05:32 UTC

[airavata] branch group-based-auth updated: Disabling replicacatalog mappings for now

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

machristie pushed a commit to branch group-based-auth
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/group-based-auth by this push:
     new 3bb5688  Disabling replicacatalog mappings for now
3bb5688 is described below

commit 3bb568819b80ce8d83794eeab2d2d6c881a2775c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Feb 23 03:05:13 2018 -0500

    Disabling replicacatalog mappings for now
---
 .../src/main/resources/META-INF/persistence.xml                   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 63438c8..a7edb6d 100644
--- a/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
+++ b/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
@@ -54,10 +54,10 @@
         <!--<class>org.apache.airavata.registry.core.entities.workflowcatalog.WorkflowInputEntity</class>-->
         <!--<class>org.apache.airavata.registry.core.entities.workflowcatalog.WorkflowOutputEntity</class>-->
         <!--<class>org.apache.airavata.registry.core.entities.workflowcatalog.WorkflowStatusEntity</class>-->
-        <class>org.apache.airavata.registry.core.entities.replicacatalog.DataProductEntity</class>
-        <class>org.apache.airavata.registry.core.entities.replicacatalog.DataProductMetadataEntity</class>
-        <class>org.apache.airavata.registry.core.entities.replicacatalog.DataReplicaLocationEntity</class>
-        <class>org.apache.airavata.registry.core.entities.replicacatalog.DataReplicaMetadataEntity</class>
+        <!--<class>org.apache.airavata.registry.core.entities.replicacatalog.DataProductEntity</class>-->
+        <!--<class>org.apache.airavata.registry.core.entities.replicacatalog.DataProductMetadataEntity</class>-->
+        <!--<class>org.apache.airavata.registry.core.entities.replicacatalog.DataReplicaLocationEntity</class>-->
+        <!--<class>org.apache.airavata.registry.core.entities.replicacatalog.DataReplicaMetadataEntity</class>-->
         <class>org.apache.airavata.registry.core.entities.appcatalog.GridftpDataMovementEntity</class>
         <class>org.apache.airavata.registry.core.entities.appcatalog.ResourceJobManagerEntity</class>
         <class>org.apache.airavata.registry.core.entities.appcatalog.ComputeResourceEntity</class>

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.