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