Versions Compared

Key

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

...

Code Block
mvn archetype:create -DarchetypeGroupId=org.springframework.osgi -DarchetypeArtifactId=spring-osgi-bundle-archetype -DarchetypeVersion=1.2.0-m2 
-DgroupId=demo -DartifactId=demo.camel-bundle -Dversion=0.1

...

Tip
titlebnd tool

The pom of spring dm uses the maven bundle plugin and the tool bnd
to generate this manifest file. Bnd stands for BuNDle tool and has been created by Peter Kriens (OSGi Technical Officer)

...

Code Block
[2008-12-02 10:43:19.500] edRate=true&period=10000                                                       System.out I >> call >> MyTransform set body:  Tue Dec 02 10:43:19 CET 2008
[2008-12-02 10:43:19.500] edRate=true&period=10000                        demo.service.TransformServiceImpl.unknown I >> call >>MyTransform set body:  Tue Dec 02 10:43:19 CET 2008
[2008-12-02 10:43:19.500] edRate=true&period=10000                                            ExampleRouter.unknown I Exchange[BodyType:String, Body:MyTransform set body:  Tue Dec 02 10:43:19 CET 2008]

...