Versions Compared

Key

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

...

Panel
bgColor#000000

No Format
nopaneltrue
 ____                  _          __  __ _
/ ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
\___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
 ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
|____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\
No Format
nopaneltrue
 ServiceMix (1.0-m3-SNAPSHOT.0)

Type 'help' for more information.
--------------------------------------------------------------------------------------------------------------------------------
servicemix>

...

Code Block
osgi install -s mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/1.0.2
osgi install -s mvn:org.apache.geronimoservicemix.specs/geronimo-org.apache.servicemix.specs.stax-api_-1.0_spec/1.1.0.1
osgi install -s mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.1/1.01.0
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl-/2.1.6/4.0-m2-SNAPSHOT_1
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-core/1.4-SNAPSHOT.0
osgi install -s mvn:org.springframework/spring-tx/2.5.15
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-spring/1.4-SNAPSHOT.0
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-osgi/1.4-SNAPSHOT.0
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-example-osgi/1.4-SNAPSHOT.0

This commands will download, install and start the specified jars.

...

Code Block
osgi uninstall [id]

Common Problems

...

Code Block

org.ops4j.pax.url.mvn.repositories=+http://people.apache.org/repo/m2-snapshot-repository/<at:var at:name="snapshots" />noreleases

...

  1. Launching SMX4 can result in a deadlock in Felix during module dependency resolution. This is often a result of sending a SIGINT (control-C) to the process when it will not cleanly exit. This can corrupt the caches and cause startup problems in the very next launch. It is fixed by emptying the component cache:
    Code Block
    rm -rf data/cache/*
    

...