Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The latest release is the ServiceMix 3.2.2 3 Release.
We strongly encourage all users to use this Release.

Excerpt Include
SM:ServiceMix 3.2.23
SM:ServiceMix 3.2.23
nopaneltrue

Tips

Tip
titleError When Expanding Tarballs

When expanding the binary tarballs you might wind up experiencing the following:

Code Block
 
$ $ tar zxvf /path/to/apache-servicemix-3.2.23.tar.gz 
apache-servicemix-3.2.23/
apache-servicemix-3.2.23/ant/
apache-servicemix-3.2.23/conf/
...
apache-servicemix-3.2.23/examples/camel/camel-sa-itest/pom.xml
apache-servicemix-3.2.23/examples/camel/src/main/assembly/src.xml
apache-servicemix-3.2.23/examples/camel/camel-sa/pom.xml
tar: A lone zero block at 162455

These errors are a product of an open bug in Maven and are innocuous and won't affect anything.

...