It would be nice to be able to enable message tracing for a SY application in Eclipse. This would likely be a right-click menu item or a checkbox on the application properties page.
There is already a command in Forge:
https://docs.jboss.org/author/display/SWITCHYARD/Forge
https://github.com/kcbabo/core/blob/master/tools/forge/plugin/src/main/java/org/switchyard/tools/forge/plugin/SwitchYardPlugin.java#L292
Here's an example of what it looks like:
https://github.com/jboss-switchyard/quickstarts/blob/master/demos/policy-transaction/src/main/resources/META-INF/switchyard.xml
|