Sorry for the confusion, I want to know how to include my own component in the servicemix.xml. As you can use, for example, the saxon component using :
<beans xmlns:sm="http://servicemix.apache.org/config/1.0" xmlns:saxon="http://servicemix.apache.org/saxon/1.0"> <sm:container ...> <sm:activationSpecs> <sm:activationSpec> <sm:component> <saxon:component> <saxon:endpoints> ... add saxon endpoints here ... </saxon:endpoints> </saxon:component> </sm:component> </sm:activationSpec> ... </sm:activationSpecs> </sm:container> ... </beans> Thanks for answers
