fixing build issue
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/42cb597e Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/42cb597e Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/42cb597e Branch: refs/heads/registry-refactoring Commit: 42cb597e5d2d5d7dd02cd3c8c88e2b88f38c790b Parents: a7333d9 Author: scnakandala <[email protected]> Authored: Wed Nov 2 14:10:25 2016 -0400 Committer: scnakandala <[email protected]> Committed: Wed Nov 2 14:10:25 2016 -0400 ---------------------------------------------------------------------- .../src/main/resources/META-INF/persistence.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/42cb597e/modules/registry-refactoring/src/main/resources/META-INF/persistence.xml ---------------------------------------------------------------------- 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>
