You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2007/10/04 23:14:23 UTC

[jira] Created: (SM-1089) DotViewService not generating DOT files for endpoints or flows

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.


[jira] Updated: (SM-1089) DotViewService not generating DOT files for endpoints or flows

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated SM-1089:
-----------------------------

    Attachment: ServiceMixComponents.dot

> 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.


[jira] Updated: (SM-1089) DotViewService not generating DOT files for endpoints or flows

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated SM-1089:
-----------------------------

    Attachment: ServiceMixFlow.dot

> 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, ServiceMixFlow.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.