]
Gary Brown updated RTGOV-585:
-----------------------------
Component/s: Documentation
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
Components: Documentation
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"])