Skip to content
Snippets Groups Projects
Commit 3a25f55b authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Spring component-scan cleanup

Use service and dao beans in application context and controllers in
servlet context. This prevents controller beans from being created twice
in application and servlet context witch causes some trouble in the
past.
parent 6ea149e8
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<import resource="spring-security.xml" /> <import resource="spring-security.xml" />
<context:component-scan base-package="de.thm.arsnova" /> <context:component-scan base-package="de.thm.arsnova.dao,de.thm.arsnova.services" />
<context:annotation-config /> <context:annotation-config />
<task:annotation-driven /> <task:annotation-driven />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment