Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting shall be okay now (wiki markup edit)

...

indicating that the whole servicemix-common package cannot be found. In the Maven repository, servicemix-components-3.0-incubating.jar (or newer version) can be found and copied to ServiceMix' lib directory.

Slightly trickier is 

Code Blockpanel

...


Caused

by:

org.springframework.beans.factory.BeanDefinitionStoreException:

Unrecognized

xbean

namespace

mapping:

http://servicemix.apache.org/eip/1.0

Image Added
...

Wiki Markup
A short www search leads to [SM:Unrecognized xbean namespace mapping]. With this information, one can infer that _\[user_home\]\.m2\repository\org\apache\servicemix\servicemix-eip\3.0-incubating\servicemix-eip-3.0-incubating.jar_ (or newer version) has to be copied to _\[ServiceMix_home\]\lib\servicemix-eip-3.0-incubating.jar_ so ServiceMix can find the classes.

...