commit | 43db8ee773f7505a328e4e04429d1bbaddcc9d9b | [log] [tgz] |
---|---|---|
author | Ralph Straubs <rs8887@att.com> | Mon Jul 17 04:23:23 2017 -0500 |
committer | Ralph Straubs <rs8887@att.com> | Mon Jul 17 04:24:04 2017 -0500 |
tree | 1a7bc682c96ebd48813b17c2c4262d0899a45d07 | |
parent | 564f81837de6d50681270ed3f559cb7be068d3cd [diff] |
[POLICY-75] Problems with KieScanner 1) Change the 'PolicySession.DefaultThreadModel' thread so it continually calls 'fireUntilHalt' until it is explicitly stopped by the 'stop()' method. This allows it to restart after 'KieScanner' triggers an update. 2) Remove call to 'startScanner' in 'PolicyContainer' constructor -- we saw at least one case where 'KieScanner' would repeatedly update the Drools container every 60 seconds. Change-Id: I0d0e6c5650cef12ca00cf88f9b8cc52323bb6317 Signed-off-by: Ralph Straubs <rs8887@att.com>
This source repository contains the OpenECOMP Policy DroolsPDP code. The settings file only needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment.
To build it using Maven 3, first build 'policy-common-modules' (which contains dependencies), and then run: mvn clean install