Skip to content

Commit

Permalink
fixes #454 to add a FAQ item on the versions of Camel required to get…
Browse files Browse the repository at this point in the history
… the Trace and Debug tabs
  • Loading branch information
jstrachan committed Aug 12, 2013
1 parent 4b8340c commit faf3a65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions FAQ.md
Expand Up @@ -76,6 +76,16 @@ This is a [reported issue](https://github.com/hawtio/hawtio/issues/158). It turn
The workaround is to install the [Gemini Management bundle](http://www.eclipse.org/gemini/management/) then you should see the MBeans in the osgi.core domain in the JMX tree; then the OSGi tab should appear!


### Camel Questions

Questions on using [Apache Camel](http://camel.apache.org/) and hawtio.

#### Why does the Debug or Trace tab not appear for my Camel route?

The Debug and Trace tabs depend on the JMX MBeans provided by the Camel release you use.

* the Debug tab requires at least version 2.12.x or later of your Camel library to be running
* the Trace tab requires either a 2.12.x or later distro of Camel or a Fuse distro of Camel from about 2.8 or later

### Developer Questions

Expand Down

0 comments on commit faf3a65

Please sign in to comment.