I try to figure out a start with Apache ServiceMix 4.2

Sadly the tutorials on the homesite seem pretty much outdated ... with 4.2 the services seem to be started out of the box and be configured with karaf, while the tutorials talk about copying files into a "hotdeploy" folder that doesn't exist anymore in 4.2 ...

Can someone point me to a tutorial thats valid for ServiceMix 4.2? I'm trying to test the communication of two simple HelloWorld webservices or see how to configure a BC to wire in a webservice or something like this, just to get started. Would appreciate any help or pointers.

link|improve this question

feedback

4 Answers

up vote 4 down vote accepted

You can try FUSE ESB which is based on servicemix and free. It has some good documentation which you maybe also can use to understand servicemix itself.

link|improve this answer
Thanks! Found this while googleing before, but thought the FUSE stuff was something commercial on top of ServiceMix ... looking at the examples, it seems they just labeled it FUSE to sell their ServiceMix erperience ... Thanks anyways! – Akku Aug 19 '10 at 12:38
The FUSE team announced the next major version release (FUSE ESB 4.3.0-fuse-00-00) for tomorrow (fusesource.com/wiki/display/FUSEESB/Home). Maybe it is worth waiting - although I do not know how quick documentation updates will be available. – FrVaBe Aug 19 '10 at 14:49
feedback

Wrote a small getting started guide that helps you beginning with Service Mix 4.2:

http://www.ithoughts.de/getting-started-with-servicemix-4-2-and-webservices-with-maven-and-eclipse-on-windows

link|improve this answer
feedback

here are a couple quick guides for setting up your dev box and getting a basic bundle created and deployed...

http://benoday.blogspot.com/2010/08/servicemix-developer-machine-setup.html

http://benoday.blogspot.com/2010/08/fuse-esb-42-and-osgi-quick-start-guide.html

link|improve this answer
feedback

You can find a few tutorials on ServiceMix using JBI (Part 1, Part 2, Part 3) and Camel OSGI bundle (Part 4) on the softwarepassion.com website

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.