From 2a18379289334906a39aedda26d705e15727d91d Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Fri, 7 Aug 2015 14:46:11 +0200 Subject: [PATCH] bankAcount has been deleted --- hsarback/conf/META-INF/persistence-with-sql-logging.xml | 1 - hsarback/conf/META-INF/persistence.xml | 1 - .../src/org/apache/xmlrpc/webserver/XmlRpcServlet.properties | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hsarback/conf/META-INF/persistence-with-sql-logging.xml b/hsarback/conf/META-INF/persistence-with-sql-logging.xml index f551d23..cbbe3f5 100644 --- a/hsarback/conf/META-INF/persistence-with-sql-logging.xml +++ b/hsarback/conf/META-INF/persistence-with-sql-logging.xml @@ -6,7 +6,6 @@ de.hsadmin.core.qserv.QueueTask de.hsadmin.mods.cust.Customer de.hsadmin.mods.cust.Contact - de.hsadmin.mods.cust.BankAccount de.hsadmin.mods.pac.Pac de.hsadmin.mods.pac.BasePac de.hsadmin.mods.pac.BaseComponent diff --git a/hsarback/conf/META-INF/persistence.xml b/hsarback/conf/META-INF/persistence.xml index 5e0734c..ae4304b 100644 --- a/hsarback/conf/META-INF/persistence.xml +++ b/hsarback/conf/META-INF/persistence.xml @@ -6,7 +6,6 @@ de.hsadmin.core.qserv.QueueTask de.hsadmin.mods.cust.Customer de.hsadmin.mods.cust.Contact - de.hsadmin.mods.cust.BankAccount de.hsadmin.mods.pac.Pac de.hsadmin.mods.pac.BasePac de.hsadmin.mods.pac.BaseComponent diff --git a/hsarback/src/org/apache/xmlrpc/webserver/XmlRpcServlet.properties b/hsarback/src/org/apache/xmlrpc/webserver/XmlRpcServlet.properties index fb56deb..ef98a27 100644 --- a/hsarback/src/org/apache/xmlrpc/webserver/XmlRpcServlet.properties +++ b/hsarback/src/org/apache/xmlrpc/webserver/XmlRpcServlet.properties @@ -9,4 +9,4 @@ mysqluser=de.hsadmin.remote.MysqlUserRemote postgresqluser=de.hsadmin.remote.PgsqlUserRemote mysqldb=de.hsadmin.remote.MysqlDbRemote postgresqldb=de.hsadmin.remote.PgsqlDbRemote -moduleprop=de.hsadmin.remote.ModulePropertiesRemote +moduleprop=de.hsadmin.remote.ModulePropertiesRemote \ No newline at end of file