]
Gary Brown updated RTGOV-617:
-----------------------------
Git Pull Request:
RTGov UI: No message content displayed
--------------------------------------
Key: RTGOV-617
URL:
https://issues.jboss.org/browse/RTGOV-617
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.1.0.Final
When selecting a situation, on the details page, the Message tab should show the content
- however it is blank.
The bean returned via the REST service has the content (as an XML message) - not sure if
this is causing an issue when returned in the JSON response, when deserialized in the
browser.
To reproduce,
a) deploy the quickstarts from the top samples folder: mvn jboss-as:deploy
b) go to the ordermgnt/app folder and run "mvn exec:java -Dreq=order3"
This will create a couple of situations, select the one related to the promoted
OrderService (rather than the internal InventoryService).