[
https://issues.jboss.org/browse/RTGOV-585?page=com.atlassian.jira.plugin....
]
Gary Brown resolved RTGOV-585.
------------------------------
Resolution: Rejected
I believe you are sending the message content to the same URL as the orders (i.e.
http://localhost:8181/cxf/orderservice/orders/submit).
If the source of the instructions was
https://developer.jboss.org/wiki/OverlordRTGovOnFuse
(Trying the RTGov UI with samples) then the message:
{noformat}
{"amount":"400", "customer":"Fred"}
{noformat}
should be sent to URL:
http://localhost:8181/cxf/orderservice/orders/pay
If this is not the source of the error, then please re-open the jira.
Fuse: Sending
{"amount":400,"customer":"Fred"} results in Unrecognized
field "amount"
-------------------------------------------------------------------------------------
Key: RTGOV-585
URL:
https://issues.jboss.org/browse/RTGOV-585
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Andrej Vano
Assignee: Gary Brown
Fix For: 2.0.0.Final
Based on the documentation I'm sending the request
{"amount":400,"customer":"Fred"} but the response is:
Unrecognized field "amount" (Class
org.overlord.rtgov.quickstarts.demos.ordermgmt.model.Order), not marked as ignorable
at [Source: java.io.ByteArrayInputStream@822005f; line: 1, column: 14] (through
reference chain:
org.overlord.rtgov.quickstarts.demos.ordermgmt.model.Order["amount"])
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)