Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

Anchor
top
top

4. Examples

The ServiceMix distribution comes with several examples categories. The following sections of this document will help you understanding the differences between these examples and explain alternative methods to start them.

Here are the examples shipped with ServiceMix:

#top

Maven configuration

Include Page
Configuring Maven
Configuring Maven

JBI packaging using Maven

...

Then, you can deploy the Service Assembly along with the needed JBI components on an already started ServiceMix container:

Code Block
cd [SM30UG:servicemix_install_dir]/examples/wsdl-first/wsdl-first-sa
mvn jbi:projectDeploy

...