From 4fb86dc7a428f482399e43b0e7b845233e6349b2 Mon Sep 17 00:00:00 2001 From: Christoph Thelen <christoph.thelen@mni.thm.de> Date: Thu, 7 Mar 2013 15:03:08 +0100 Subject: [PATCH] Re-activate connector client --- src/main/webapp/WEB-INF/spring/spring-main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/spring/spring-main.xml b/src/main/webapp/WEB-INF/spring/spring-main.xml index 83ceaf9c..f9f031ba 100644 --- a/src/main/webapp/WEB-INF/spring/spring-main.xml +++ b/src/main/webapp/WEB-INF/spring/spring-main.xml @@ -47,11 +47,11 @@ <!-- Example of connector client configuration --> <!-- Uncomment bean definition to activate connector --> - <!-- bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl"> + <bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl"> <property name="serviceLocation" value="${connector.uri}"></property> <property name="username" value="${connector.username}"></property> <property name="password" value="${connector.password}"></property> - </bean --> + </bean> <http:access-control allow-origin="*" allow-methods="GET" /> </beans> -- GitLab