aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/echo.kmodule
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-02-04 08:54:50 -0600
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2019-02-04 08:54:50 -0600
commitb695d1743c34e4fb1087c8766b8c41eb3aae926e (patch)
treeeab1533ff148e78e82e440e56a91d6e384ee3775 /policy-management/src/test/resources/echo.kmodule
parent74a683ac8836d793e7d33e0aef104676018c72cd (diff)
Report KieBase names in rules artifacts.
The rule writer at design time can embed the domain base model(s) supported at design time. This information can be extracted at runtime to match a controller with the domain/model functionality that it can support. Change-Id: I7f7f1320d7d601d50949d0cd09bc48982c222333 Issue-ID: POLICY-1500 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'policy-management/src/test/resources/echo.kmodule')
-rw-r--r--policy-management/src/test/resources/echo.kmodule6
1 files changed, 3 insertions, 3 deletions
diff --git a/policy-management/src/test/resources/echo.kmodule b/policy-management/src/test/resources/echo.kmodule
index 437a91ca..496f7098 100644
--- a/policy-management/src/test/resources/echo.kmodule
+++ b/policy-management/src/test/resources/echo.kmodule
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
- archetype-closed-loop-demo-rules
+ ONAP
================================================================================
- Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
-->
<kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule">
- <kbase name="kbEcho">
+ <kbase name="onap.policies.test">
<ksession name="echo"/>
</kbase>
</kmodule>