Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update to 1.1

...

Code Block
... existing lines ...
org.ops4j.pax.web.session.timeout=30
org.osgi.framework.startlevel.beginning=3281
felix.auto.start.250=http://wwwrepo2.apachemaven.org/dist/felixmaven2/org/osgi/org.osgi.compendium/4.1.0/org.osgi.compendium-4.1.2.0.jar
    
felix.auto.start.351=file:///c:/apache-cxf-dosgi-ri-1.01/dosgi_bundles/geronimo-annotation_1.0_spec-1.1.1.jar
felix.auto.start.452=file:///c:/apache-cxf-dosgi-ri-1.01/dosgi_bundles/geronimo-activation_1.1_spec-1.0.2.jar
... and so on ...

...

Code Block
.../felix-1.8.0> java -jar bin/felix.jar

Welcome to Felix.
=================
... some log messages may appear ...
-> ps
START LEVEL 3281
   ID   State         Level  Name
[   0] [Active     ] [    0] System Bundle (1.8.0)
[   1] [Active     ] [   2153] Apache ServiceMix Bundles: xmlschema-geronimo-javamail_1.4.3_spec (1.4.3.12)
[   2] [Active     ] [   2052] Apache ServiceMix Bundles: xmlsec-1.3.0geronimo-activation_1.1_spec (1.3.0.12)
[   3] [Active     ] [   1951] Apache ServiceMix Bundles: wsdl4j-1.6.1geronimo-annotation_1.0_spec (1.6.1.1)
[   4] [Active     ] [   1850] Apache ServiceMix Bundles: jaxb-impl-2osgi.compendium (4.1.6 (2.1.6.10.build-200702212030)
[   5] [Active     ] [   1781] OPS4JCXF PaxDistributed WebSoftware - ServiceBundle (01.5.1)
[   6] [Active     ] [   1680] spring-osgi-extenderCXF Local Discovery Service Bundle (1.2.01)
[   7] [Active     ] [   15] spring-osgi-core79] Apache ServiceMix Specs :: JSR311 API 1.0 (1.23.0)
[   8] [Active     ] [   14] spring-osgi-io78] Apache ServiceMix Specs :: JAXWS API 2.1 (1.23.0)
[   9] [Active     ] [   1377] SpringApache AOP (2.5.6ServiceMix Specs :: JAXB API 2.1 (1.3.0)
[  10] [Active     ] [   12] AOP Alliance API76] Apache ServiceMix Specs :: STAX API 1.0 (1.03.0)
[  11] [Active     ] [   1175] SpringApache Context (2.5.6)
[  12] [ServiceMix Specs :: SAAJ API 1.3 (1.3.0)
[  12] [Active     ] [   1074] Spring Beans Apache CXF Minimal Bundle Jar (2.52.64)
[  13] [Active     ] [   3273] CXFApache DistributedServiceMix Software Bundle (1.0Bundles: woodstox-3.2.7 (3.2.7.1)
[  14] [Active     ] [   72] Apache ServiceMix Bundles: neethi-2.0.4 (2.0.4.1)
[  1415] [Active     ] [   3171] CXFApache Local Discovery Service BundleServiceMix Bundles: xmlresolver-1.2 (1.2.0.1)
[  1516] [Active     ] [   3070] Apache ServiceMix Specs Bundles:: JAXWS API  asm-2.2.13 (12.2.13.1)
[  1617] [Active     ] [    9] Spring Core (2.5.669] Apache ServiceMix Bundles: xmlschema-1.4.3 (1.4.3.1)
[  1718] [Active     ] [   68] 8]Apache JDOMServiceMix DOM ProcessorBundles: xmlsec-1.3.0 (1.3.0.01)
[  1819] [Active     ] [    767] Apache Commons LoggingServiceMix Bundles: wsdl4j-1.6.1 (1.6.1.1)
[  1920] [Active     ] [   66] Apache ServiceMix 6]Bundles: geronimojaxb-wsimpl-metadata_2.0_spec1.6 (2.1.6.1.2)
[  2021] [Active     ] [   65] OPS4J Pax 5]Web geronimo-javamail_1.4_spec (1.2- Service (0.5.1)
[  2122] [Active     ] [    464] geronimo-activation_1.1_specspring-osgi-extender (1.2.0.2)
[  2223] [Active     ] [    363] geronimo-annotation_1.0_specspring-osgi-core (1.12.10)
[  2324] [Active     ] [    262] OSGi R4 Compendium Bundlespring-osgi-io (41.12.0)
[  2425] [Active     ] [    161] ApacheSpring Felix ShellAOP Service (12.25.06)
[  2526] [Active     ] [    160] ApacheAOP FelixAlliance Shell TUIAPI (1.20.0)
[  2627] [Active     ] [    1] Apache Felix BundleShell RepositoryService (1.42.0)
[  2728] [Active     ] [   29 1] Apache ServiceMixFelix Specs :: JAXB API 2.1Shell TUI (1.12.10)
[  2829] [Active     ] [   28 1] Apache ServiceMixFelix Specs :: STAX API 1.0Bundle Repository (1.14.10)
[  2930] [Active     ] [   2759] ApacheSpring ServiceMix Specs :: SAAJ API 1.3 (1.1.1Context (2.5.6)
[  3031] [Active     ] [   2658] ApacheSpring CXF Minimal Bundle Jar Beans (2.25.16)
[  3132] [Active     ] [   2557] Apache ServiceMix Bundles: woodstox-3.2.7 (3.2.7.1Spring Core (2.5.6)
[  3233] [Active     ] [   2456] Apache ServiceMix Bundles: neethi-2.0.4 (2JDOM DOM Processor (1.0.4.10)
[  3334] [Active     ] [   2355] Apache ServiceMixCommons Bundles:Logging xmlresolver-(1.2 (1.2.0.1)
[  3435] [Active     ] [   2254] Apache ServiceMix Bundles: asm-2.2.3 (2.2.3.1geronimo-ws-metadata_2.0_spec (1.1.2)

Setting up Equinox

Verified with: Eclipse/Equinox 3.5 RC 3

...