DotViewService not generating DOT files for endpoints or flows
---------------------------------------------------------------
Key: SM-1089
URL: https://issues.apache.org/activemq/browse/SM-1089
Project: ServiceMix
Issue Type: Bug
Components: servicemix-core
Affects Versions: 3.2
Reporter: Bruce Snyder
Attachments: ServiceMixComponents.dot
The {{DotViewService}} is part of the default configuration in
{{conf/servicemix.xml}} and it is set to start automatically, but it does not
generate the DOT files at all. The only way to get the diagrams generated is to
add the following causes the files to be generated:
{code:xml}
<sm:listeners>
<sm:dotViewEndpointListener />
<sm:dotViewFlowListener />
</sm:listeners>
{code}
Although the endpoints diagram is correct, the flow diagram is not. It just
produces a box containing the words 'Apache ServiceMix flow'. I'll attach the
two diagrams for reference.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.