Versions Compared

Key

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

...

This allows you to override parts of the configuration by prefixing properties with "unit.". For example, unit.from overrides from for the unit test.

Prefixes , as a whole, can be used to cover handle the differences between the runtime environments where your routes might run. Moving the unchanged bundle through development, testing and production environments is a typical use case.

...

Once the bundle has been built with mvn install it's ready to be deployed. To deploy the project in bundle on Apache Karaf perform the following steps on Karaf command line:

...

Or you can change the configuration directly by editing property files in Karaf's etc folder.

...