File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc-content/drools-docs/src/main/asciidoc/DMN Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Sample XML output:
160
160
[source,xml]
161
161
----
162
162
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
163
- <response type="SUCCESS" msg="Ok models successfully retrieved from container 'Traffic-Violation_1 .0.0'">
163
+ <response type="SUCCESS" msg="Ok models successfully retrieved from container 'traffic-violation_1 .0.0-SNAPSHOT '">
164
164
<dmn-model-info-list>
165
165
<model>
166
166
<model-namespace>https://github.com/kiegroup/drools/kie-dmn/_60b01f4d-e407-43f7-848e-258723b5fac8</model-namespace>
@@ -363,7 +363,7 @@ Sample JSON output:
363
363
----
364
364
{
365
365
"type" : "SUCCESS",
366
- "msg" : "OK models successfully retrieved from container 'Traffic-Violation_1.0.0'",
366
+ "msg" : "OK models successfully retrieved from container 'Traffic-Violation_1.0.0-SNAPSHOT '",
367
367
"result" : {
368
368
"dmn-model-info-list" : {
369
369
"models" : [ {
@@ -751,7 +751,7 @@ Example JSON response:
751
751
----
752
752
{
753
753
"type": "SUCCESS",
754
- "msg": "OK from container 'Traffic-Violation_1.0.0'",
754
+ "msg": "OK from container 'Traffic-Violation_1.0.0-SNAPSHOT '",
755
755
"result": {
756
756
"dmn-evaluation-result": {
757
757
"messages": [],
You can’t perform that action at this time.
0 commit comments