-
The way it was to this point was related to the introduction of DataRepository as an underlying layer for connecting to the database.
I've made a few corrections to how setting pool size works so now specific data-repository-pool size property won't be overwritten by the default value of particular repository type (auth, user).
Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
2224
|
Version |
tigase-server-7.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
In RepositoryFactory.java, these are small bugs in getAuthRepository and getUserRepository function.
These is raw code fragment in getAuthRepository function,
According to the RepositoryFactory class, the following code fragment should exist in the corresponding position of the getAuthRepository function.
The same problem also exists in getUserRepository function.