Updated mso bpmn urn properties app c 51/49851/3
authorBancala, Ben (bb3476) <bb3476@att.com>
Thu, 31 May 2018 20:26:16 +0000 (16:26 -0400)
committerBancala, Ben (bb3476) <bb3476@att.com>
Fri, 1 Jun 2018 17:55:34 +0000 (13:55 -0400)
Issue-ID: SO-663
Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
swapped read and write in mso bpmn urn properties

Issue-ID: SO-663
Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
reversed the order of read and write

Issue-ID: SO-663
Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f
Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties

index fc84d9e..6dac08d 100644 (file)
@@ -114,10 +114,10 @@ policy.environment=TEST
 policy.endpoint=http://localhost:28090/pdp/api/\r
 policy.default.disposition=Skip\r
 \r
-appc.client.topic.read=APPC-CL-FUSION-LCM-RESPONSE\r
-appc.client.topic.write=APPC-CL-FUSION-LCM\r
-appc.client.topic.sdnc.read=SDNC-LCM-READ\r
-appc.client.topic.sdnc.write=SDNC-LCM-WRITE\r
+appc.client.topic.read=APPC-LCM-WRITE \r
+appc.client.topic.write=APPC-LCM-READ \r
+appc.client.topic.sdnc.read=SDNC-LCM-WRITE \r
+appc.client.topic.sdnc.write=SDNC-LCM-READ\r
 appc.client.topic.read.timeout=100\r
 appc.client.response.timeout=300\r
 appc.client.poolMembers=localhost:28090\r