Versions Compared

Key

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

...

In the console, run the following commands:

Code Block
obr addUrl http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/repository-snapshot.xml
obr start org.apache.servicemix.bundles.jaxb-impl-2.0.3 camel-spring camel-example-osgi

...

No Format
bgColor#000000
borderStylesolid
gnodet@Guillaume-Nodets-MacPro.local:/> obr start org.apache.servicemix.bundles.jaxb-impl camel-spring camel-example-osgi
Target resource(s):
-------------------
   camel-example-osgiServiceMix OSGI Common Bundles: jaxb-impl (1.30.0.SNAPSHOT)
   ServiceMix OSGI Common Bundles: jaxb-impl (2camel-example-osgi (1.3.0.3.SNAPSHOT)
   camel-spring (1.3.0.SNAPSHOT)

Required resource(s):
---------------------
   ServiceMix OSGI Common Bundles: jaxws-api (2.0.0.SNAPSHOT)
   ServiceMix OSGI Common Bundles: jaxb-api (2.0.0.SNAPSHOT)
   geronimo-jtageronimo-activation_1.1_spec (1.1.1.SNAPSHOT)
   camel-core (1.3.0.SNAPSHOT0.1)
   ServiceMix OSGI Common Bundles: aopalliancejaxb-api (1.0.0.SNAPSHOT)
   geronimo-ejb_3.0_spec (1.0.1.SNAPSHOT)
   geronimo-jpa_3.0_spec (1.1.1.SNAPSHOT)
   geronimo-jms_1.1_spec (1.1.1.SNAPSHOT)
   ServiceMix OSGI Common Bundles: cglib (2.1.0.SNAPSHOT)
   geronimo-annotation_1.0_spec (1.1.1.SNAPSHOT)
   geronimo-j2ee-connector_1.5_spec (2.0.0.camel-core (1.3.0.SNAPSHOT)
   spring-tx (2.5.0)
   geronimo-saaj_1.3_spec (1.0.0.SNAPSHOT)
   ServiceMix OSGI Common Bundles: ant (1.7.0.SNAPSHOT)
   geronimo-activation_1.1_spec (1.0.1.SNAPSHOT)

Deploying...done.

The example installed is using Camel to start a timer every 2 seconds and output a message on the console.

...