Add prefix to make rule name unique 55/47855/1
authorJim Hahn <jrh3@att.com>
Wed, 16 May 2018 15:59:58 +0000 (11:59 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 16 May 2018 15:59:58 +0000 (11:59 -0400)
Change-Id: I3b04d6be4939cc2e652a676e7c2e4cb647f1bfec
Issue-ID: POLICY-796
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl

index fba1ee3..b1773f5 100644 (file)
@@ -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) )