Hide Forgot
Created attachment 830202 [details] ordermgmt service overview Description of problem: See attached pictures. The line between the methods is drawn correctly, but the text description is not correct. The text description of the line says the line is going from: "{urn:switchyard-quickstart-demo:orders:0:1:0}OrderService/InventoryService" to "lookupItem" but on the picture is visible that "submitOrder" calls "lookupItem" (this is what the application really does) On the other screenshot is an application with more methods in one component and it's visible that the line are drawn correctly but the text description is wrong again. (on both screenshots is the mouse pointer exactly on the line) Version-Release number of selected component (if applicable): 6.0.0.ER6 How reproducible: 100% Steps to Reproduce: 1. deploy, execute ordermgmt quickstart 2. 3. Actual results: Expected results: Additional info:
Created attachment 830203 [details] more methods in one component
This is not a bug. The text line represents the service and operation being invoked. Its possible that use of the -> is implying the link is going from the service to the method. I don't think this is a blocker, but possibly a better representation could be found.