Fix legacy APPC handling of Request 98/104098/2
authorJim Hahn <jrh3@att.com>
Fri, 20 Mar 2020 22:08:52 +0000 (18:08 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 20 Mar 2020 22:39:33 +0000 (18:39 -0400)
commit9b9839aa381549a4ba6e25ca522dc84bf4d4c37b
treeca8bdc1a4090d69733fec7406ec2b36c478d5f15
parent3dfe17c58ef6980014da187a9e915841882ce01b
Fix legacy APPC handling of Request

Legacy APPC uses the same topic for both requests and responses.
Unfortunately, when the actor sees the request, thinking it's a
response, it throws an exception because it can't find the status
code.  Fixed.

Issue-ID: POLICY-2434
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I6137fb21dbf1149ff2faca2407ba69be0de6d40b
models-interactions/model-actors/actor.appc/src/main/java/org/onap/policy/controlloop/actor/appc/AppcOperation.java
models-interactions/model-actors/actor.appc/src/test/java/org/onap/policy/controlloop/actor/appc/AppcOperationTest.java