Versions Compared

Key

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

...

Code Block
C:\felix-1.8.0>java -jar bin\felix.jar

Welcome to Felix.
=================

-> ps
START LEVEL 1
   ID   State         Level  Name
[   0] [Active     ] [    0] System Bundle (1.8.0)
[   1] [Active     ] [    1] Apache Felix Shell Service (1.2.0)
[   2] [Active     ] [    1] Apache Felix Shell TUI (1.2.0)
[   3] [Active     ] [    1] Apache Felix Bundle Repository (1.4.0)
-> start http://www.apache.org/dist/felix/org.osgi.compendium-1.2.0.jar
-> start httphttps://repo2repository.mavenapache.org/content/groups/maven2snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.01-SNAPSHOT/cxf-dosgi-ri-singlebundle-distribution-1.01-SNAPSHOT.jar

Some log messages may come up now.
Note that instead of manually adding these bundles to the Felix container, you can also append the target/felix.config.properties.append file to the <felix-root>/conf/config.properties file. This will automatically load these two bundles when Felix starts up.

...

Code Block
java -jar plugins/org.eclipse.osgi_3.5.0.v20081201-1815.jar -configuration conf -console
osgi> install file:plugins/org.eclipse.osgi.services_3.2.0.v20081205-1800.jar
Bundle id is 1
osgi> start 1

osgi> install httphttps://repo2repository.mavenapache.org/content/groups/maven2snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.01-SNAPSHOT/cxf-dosgi-ri-singlebundle-distribution-1.01-SNAPSHOT.jar
Bundle id is 2
osgi> start 2

...