From 082b7aefcaa501b90f6cad334287f83d67a083ee Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer <paul-christian.volkmer@mni.thm.de> Date: Mon, 5 May 2014 14:09:11 +0200 Subject: [PATCH] Re disable 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 fdbc4142..76d70ca2 100644 --- a/src/main/webapp/WEB-INF/spring/spring-main.xml +++ b/src/main/webapp/WEB-INF/spring/spring-main.xml @@ -52,9 +52,9 @@ <!-- 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 --> </beans> -- GitLab