Replaced annotation parsing with restoring the annotation tables to the
database.

Change-Id: I79b33e4634642bcff42f79d8132964afdc123024
diff --git a/full/src/test/resources/test-config.xml b/full/src/test/resources/test-config.xml
index d17718c..de438a1 100644
--- a/full/src/test/resources/test-config.xml
+++ b/full/src/test/resources/test-config.xml
@@ -175,7 +175,7 @@
 		<constructor-arg name="properties" ref="props" />
 	</bean>
 
-	<bean id="initializator" class="de.ids_mannheim.de.init.InitializatorImpl"
+	<bean id="initializator" class="de.ids_mannheim.de.init.Initializator"
 		init-method="initTest">
 	</bean>