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-m1m3-SNAPSHOT)

Type 'help' for more information.
--------------------------------------------------------------------------------------------------------------------------------
gnodet@Guillaume-Nodets-MacPro.local:/>servicemix>

You can now run your first command. Simply enter help in the console followed by a carriage return.

Panel
bgColor#000000

No Format
nopaneltrue
gnodet@Guillaume-Nodets-MacPro.local:/>servicemix> help

For information about ServiceMix, visit:
    http://servicemix.apache.org 

Available commands:
  .                     Alias to: source
  ?                     Alias to: help
  clear                 Clear the terminal screen
  create                Create a new ServiceMix instance
  echo                  Echo or print arguments to STDOUT
  exit                  Exit the (sub)shell
  help                  Show command help
  history               Displays the history of commands
  info                  Show system informations
  set                   Set a variable
  source                Load a file/url into the current shell
  unset                 Unset a variable

Available shells:
  admin
  features
  log
  obr
  osgi
  remote
  wrapperutils

#top

Deploy a sample application

...

Code Block
osgi install -s mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/1.0.2
osgi install -s mvn:org.apache.geronimo.specs/geronimo-stax-api_1.0_spec/1.0.1
osgi install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-api-2.0/4.0-m1
osgi install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl-2.0.3/4.0-m1
osgi install -s mvn:org.apache.camel/camel-core/1.3.0
osgi install -s mvn:org.springframework/spring-tx/2.5.1
osgi install -s mvn:org.apache.camel/camel-spring/1.3.0
osgi install -s mvn:org.apache.camel/camel-osgi/1.3.0
osgi install -s mvn:org.apache.camel/camel-example-osgi/1.3.0

...