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 2017/12/15 16:43:08 UTC

[airavata] 08/20: fixing build issue

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

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

commit 5f5d035834cdaa568fead16ca3981b03214b9c5e
Author: scnakandala <su...@gmail.com>
AuthorDate: Wed Nov 2 14:10:25 2016 -0400

    fixing build issue
---
 .../src/main/resources/META-INF/persistence.xml                    | 7 -------
 1 file changed, 7 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 eca158d..68861e4 100644
--- a/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
+++ b/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml
@@ -126,13 +126,6 @@
         <class>org.apache.airavata.registry.core.entities.appcatalog.ParallelismCommandPK</class>
         <class>org.apache.airavata.registry.core.entities.appcatalog.DataStoragePreferencePK</class>
 
-
         <exclude-unlisted-classes>true</exclude-unlisted-classes>
-        <properties>
-            <property name="openjpa.ConnectionURL" value="jdbc:mysql://localhost:3306/airavata_catalog"/>
-            <property name="openjpa.ConnectionDriverName" value="com.mysql.jdbc.Driver"/>
-            <property name="openjpa.ConnectionUserName"/>
-            <property name="openjpa.ConnectionPassword"/>
-        </properties>
     </persistence-unit>
 </persistence>

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.