You will need to add the following in servicemix.xml

<sm:listeners>
     <sm:dotViewFlowListener file="C:/ServiceMixComponentsFlow.dot"/>
     <sm:dotViewEndpointListener file="C:/ServiceMixComponentsEp.dot"/> 
</sm:listeners>

<sm:dotViewService container="#jbi" autoStart="true" />

That will create .DOT files in the path specified above, and you can use
"GVEdit" of Graphviz to open and see the files.

rgds
subh


LorenaAndrea wrote:
> 
> Hi,
> 
> I am trying to configure a simple visualization listener in the
> servicemix.xml config file. 
> An example is published @
> http://docs.huihoo.com/apache/servicemix/visualisation.html but the html
> has an issue so the instructions do not show...instead the html shows
> Error formatting macro: snippet: java.lang.IllegalArgumentException:
> Invalid url: must begin with a configured prefix. 
> 
> What do I need to change/add on the servicemix.xml file?
> 
> Thanks for any help!!!!! Lorena
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Visualization-listener-in-the-servicemix.xml-tp20823002p20862729.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to