summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-05-16 11:59:58 -0400
committerJim Hahn <jrh3@att.com>2018-05-16 11:59:58 -0400
commit5154d1c25758d72ddf7640a647a24e1f3403d66a (patch)
tree59775d57d6619325b8020ff14f5292c6b385a3d1
parent926a96f051c67936449a79836933986f041a9612 (diff)
Add prefix to make rule name unique
Change-Id: I3b04d6be4939cc2e652a676e7c2e4cb647f1bfec Issue-ID: POLICY-796 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
index fba1ee3ac..b1773f556 100644
--- a/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
+++ b/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl
@@ -1245,7 +1245,7 @@ end
* ControlLoopParams object corresponding to the onset event.
*
*/
-rule "EVENT.CLEANUP"
+rule "${policyName}.EVENT.CLEANUP"
when
$event : VirtualControlLoopEvent( $clName: closedLoopControlName )
not ( Params( getClosedLoopControlName() == $clName) )