diff options
author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2016-06-28 13:47:52 +0200 |
---|---|---|
committer | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2016-06-28 13:47:52 +0200 |
commit | 7717d75918fb63ee7e9d7bf31de2696577b7e991 (patch) | |
tree | 789f089649f27825e5570b8f6a0675474de5e6a5 /id/server/modules/module-monitoring/src/main/resources | |
parent | 0d4863abf480dd35d5ffa87f09604096aae905bc (diff) | |
download | moa-id-spss-7717d75918fb63ee7e9d7bf31de2696577b7e991.tar.gz moa-id-spss-7717d75918fb63ee7e9d7bf31de2696577b7e991.tar.bz2 moa-id-spss-7717d75918fb63ee7e9d7bf31de2696577b7e991.zip |
statisticlogger dbcp connection pool
Diffstat (limited to 'id/server/modules/module-monitoring/src/main/resources')
-rw-r--r-- | id/server/modules/module-monitoring/src/main/resources/moaid_monitoring.beans.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/id/server/modules/module-monitoring/src/main/resources/moaid_monitoring.beans.xml b/id/server/modules/module-monitoring/src/main/resources/moaid_monitoring.beans.xml index 41fab4444..6c195e7d7 100644 --- a/id/server/modules/module-monitoring/src/main/resources/moaid_monitoring.beans.xml +++ b/id/server/modules/module-monitoring/src/main/resources/moaid_monitoring.beans.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<beans xmlns="http://www.springframework.org/schema/beans" +<beans + xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" |