Hi, I'm new to ServiceMix. I have developed my own components for ServiceMix. When I start them using the servicemix.xml and set the classpath before everything works fine. But I want to start the components from the install-dir like in the spring-toolkit example by a zip-File. It seems the file jbi-spring.xml is not read, because the installation is successful, but the initialization of the class was not executed. Is it necessary to derive my own classes from SpringComponent?? My Components are derived from ComponentSupport.
Anybody, any Ideas? Thanks, regards -- View this message in context: http://www.nabble.com/Deployment-using-Spring-t1081922.html#a2818757 Sent from the servicemix - user forum at Nabble.com.
