From 0d6c96f4105b9df0302a517d4f729e610d0bb40a Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 14 Dec 2012 09:43:42 -0500 Subject: [PATCH] moved JPA adapter to data-context, addresses #242 --- .../src/main/webapp/WEB-INF/application-context.xml | 6 ------ .../src/main/webapp/WEB-INF/data-context.xml | 11 +++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml index 2750e7aa9..bb7f46386 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/application-context.xml @@ -155,12 +155,6 @@ - - - - - - diff --git a/openid-connect-server/src/main/webapp/WEB-INF/data-context.xml b/openid-connect-server/src/main/webapp/WEB-INF/data-context.xml index 9cefc62bf..cc5c8555c 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/data-context.xml +++ b/openid-connect-server/src/main/webapp/WEB-INF/data-context.xml @@ -25,6 +25,11 @@ + + + + + \ No newline at end of file