Did you had a look at the generated test resources ? You should have a spring.xml file showing exactly what you want ;)
Cheers, Guillaume Nodet On 6/2/06, SP Liu <[EMAIL PROTECTED]> wrote:
In addition,I want to know how to configure the spring.xml in this servicemix-service-engine.I can easily refer to the existed spring configuraton for other components like Jms,quartz,and so on.could you give a complete spring.xml or schema file for reference? // Here is my revision which will not success <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:sm="http://servicemix.apache.org/config/1.0" xmlns:my="http://org.spliu.development.se/1.0" xmlns:test="urn:test"> <sm:container id="jbi" embedded="true" createMBeanServer="false"> <sm:activationSpecs> <sm:activationSpec id="service"> <sm:component> <bean class="org.spliu.development.se.MySpringComponent"> <my:component> <my:endpoints> <my:endpoint service="service" endpoint="endpoint" /> </my:endpoints> </my:component> </bean> </sm:component> </sm:activationSpec> </sm:activationSpecs> </sm:container> </beans> -- View this message in context: http://www.nabble.com/%22No-processor-found%22-error-t1716357.html#a4682038 Sent from the ServiceMix - User forum at Nabble.com.
