Feature #3849: Use configs from properties file
Properties from properties file are available in all beans now. CouchDB connection in SessionService will be created using these settings. If a connection fails, the next request will have a new try instead of throwing an exception.
Showing
- src/main/java/de/thm/arsnova/SessionController.java 1 addition, 1 deletionsrc/main/java/de/thm/arsnova/SessionController.java
- src/main/java/de/thm/arsnova/services/SessionService.java 51 additions, 10 deletionssrc/main/java/de/thm/arsnova/services/SessionService.java
- src/main/webapp/WEB-INF/spring/spring-main.xml 4 additions, 1 deletionsrc/main/webapp/WEB-INF/spring/spring-main.xml
Please register or sign in to comment