Is there a documentation of the Fabric profiles that are provided out of the box?

Solution Verified - Updated -

Environment

  • JBoss Fuse 6.0

Issue

Fuse Fabric provides a number of profiles out of the box.
Where can I find documentation on these profile definitions?

Resolution

There is no documentation of the default (out oft the box) Fabric profiles in JBoss Fuse 6.0.
Most of the profiles are fairly self describing some may not be.

In order to find out what a profile consists of, run a profile:display
on these profiles. It lists all the bundles, OSGi features and configuration that this profile would deploy to a container. This information should help to find out what each profile definition consists of.
If a profile definition references a particular OSGi feature you can get the feature definition using the command features:info .

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments