From 59fd2c0ea0649c94340d67b735a2d53696065e4c Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 26 Jul 2013 07:47:08 +0200 Subject: Bugfixes: - handle Error if more then one authentication is started for one Online-Application - handle MultiThread error if more then one authentication process is active in one user session Add: - Add UserData database. (is required for the web-based configuration tool) - Add additional OA parameter in MOA-ID 2.x configuration scheme to set OAs active or not TODO: change 'searchOAWith....' to only get results with active=true --- .../src/main/resources/config/persistence_template.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'id/server/moa-id-commons/src/main/resources/config/persistence_template.xml') diff --git a/id/server/moa-id-commons/src/main/resources/config/persistence_template.xml b/id/server/moa-id-commons/src/main/resources/config/persistence_template.xml index d7ec8c625..727be25ec 100644 --- a/id/server/moa-id-commons/src/main/resources/config/persistence_template.xml +++ b/id/server/moa-id-commons/src/main/resources/config/persistence_template.xml @@ -2,9 +2,6 @@ - at.gv.egovernment.moa.id.commons.db.dao.session.AssertionStore - at.gv.egovernment.moa.id.commons.db.dao.session.AuthenticatedSessionStore - at.gv.egovernment.moa.id.commons.db.dao.session.OASessionStore - at.gv.egovernment.moa.id.commons.db.dao.session.OldSSOSessionIDStore + at.gv.egovernment.moa.id.commons.db.dao.config.UserDatabase -- cgit v1.2.3