The interfaces for the client are not part of the base servicemix, but are part of the servicemix-client-1.0.jar (available at http://www.ibiblio.org/maven/servicemix/jars/servicemix-client-1.0.jar).
The reason for this is that the servicemix-client is not specifically for ServiceMix, but is in fact a general JBI API that can be used to create deployable components for any JBI compliant ESB. If you create the Eclipse project using the Maven JBI plugin it will automatically setup your dependencies and download them for you. You can use maven to install the plugin through the plugin:install goal: C:\Documents and Settings\Philip Dodds>maven plugin:download __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 What is the artifactId of the plugin to download (e.g. maven-java-plugin)? maven-jbi-plugin What is the groupId of the plugin to download? [maven] servicemix What is the version of the plugin to download? 1.0 build:start: Cheers Philip -----Original Message----- From: Walcir Fontanini [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 2:40 PM To: [email protected] Subject: Re: [servicemix-user] JBI Spring Client Toolkit Hi, I did NOT find the interface org.servicemix.client.ServiceLifeCycleImplementation (suggested in http://docs.codehaus.org/display/SM/Spring+Client+Toolkit) in http://servicemix.codehaus.org/maven/apidocs/org/servicemix/client/package-summary.html !! Note: I added the external library $servicemix_home/servicemix-1.0-M2.jar to Eclipse in order to make available the -walcir Philip Dodds wrote: > In order to help people quickly start using components and developing > JBI services I have put together a document on how you can use the > Maven JBI plugin and also the ServiceMix-Client library to quick > generate components. > > > > http://docs.codehaus.org/display/SM/Spring+Client+Toolkit > > > > Hope this help people who have been trying to write their own > components do so with a little more ease. > > > > Cheers > > > > Philip > > >
