L.S.,
By default, this command doesn't seem to update anything that is already
installed/deployed. I would have expected that by default for a service
assembly:
- it installs any dependencies (components and shared libraries) that
aren't already installed, but doesn't update them
- it deploys the service assembly or updates it if necessary
You can specify -DforceUpdate=true, but this will also update the JBI
components that were already installed (possibly causing other SA to be
restarted in the process) while they probably haven't changed if you're
using a released version of ServiceMix.
Gert