From e0a312d161eb473aa4c1781bef5b17fbd6115bb5 Mon Sep 17 00:00:00 2001 From: "Bancala, Ben (bb3476)" Date: Thu, 31 May 2018 16:26:16 -0400 Subject: Updated mso bpmn urn properties app c Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) swapped read and write in mso bpmn urn properties Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) reversed the order of read and write Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) --- .../src/test/resources/mso.bpmn.urn.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpmn/MSOInfrastructureBPMN') diff --git a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties index fc84d9ea85..6dac08dc56 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties +++ b/bpmn/MSOInfrastructureBPMN/src/test/resources/mso.bpmn.urn.properties @@ -114,10 +114,10 @@ policy.environment=TEST policy.endpoint=http://localhost:28090/pdp/api/ policy.default.disposition=Skip -appc.client.topic.read=APPC-CL-FUSION-LCM-RESPONSE -appc.client.topic.write=APPC-CL-FUSION-LCM -appc.client.topic.sdnc.read=SDNC-LCM-READ -appc.client.topic.sdnc.write=SDNC-LCM-WRITE +appc.client.topic.read=APPC-LCM-WRITE +appc.client.topic.write=APPC-LCM-READ +appc.client.topic.sdnc.read=SDNC-LCM-WRITE +appc.client.topic.sdnc.write=SDNC-LCM-READ appc.client.topic.read.timeout=100 appc.client.response.timeout=300 appc.client.poolMembers=localhost:28090 -- cgit 1.2.3-korg