aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-trans/src/main/feature/config
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-08-01 14:12:40 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-08-01 14:14:14 +0100
commit2e39e09b57e1d9484a5e0475653a1b4e7a1ec5b1 (patch)
tree1c350f0dffc7c7ce65fd42d3df16c346d64f781b /controlloop/common/feature-controlloop-trans/src/main/feature/config
parent24a68dcd259ab23b102fa99b44edfc3a5994446c (diff)
Fix Drools-Apps executing policies
- hibernate dependencies were causing conflicts; updated to latest hibernate-core with all the required deps. - adjusted some variables to be correctly read by properties parser. - added STDOUT option to logback.xml to be able to get logs from controllers/features when using docker logs command. Issue-ID: POLICY-4955 Change-Id: I254502e75332070c7d32f555927dc30c4bbb49a5 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'controlloop/common/feature-controlloop-trans/src/main/feature/config')
-rw-r--r--controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
index 7744defa4..f65baf248 100644
--- a/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
+++ b/controlloop/common/feature-controlloop-trans/src/main/feature/config/feature-controlloop-trans.properties
@@ -18,4 +18,4 @@
# ============LICENSE_END=========================================================
###
controlloop.cache.transactions.size=100
-controllop.cache.transactions.timeout.seconds=1800
+controlloop.cache.transactions.timeout.seconds=1800