Versions Compared

Key

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

...

If You Find a Bug or Problem

Please raise create a new issue in the JIRA issue tracker

Creating a JIRA Issue

  1. Register for a JIRA account
  2. Log in to the JIRA issue tracking system
  3. Visit the ServiceMix JIRA page and click the link named Create a new issue in project ServiceMix
  4. Fill in as much detail as possible
  5. Add a JUnit test if possible

If you can create a JUnit test case then your issue is more likely to be resolved quicker. The best way to start is to take a look at some of the existing unit tests as examples. Then we can commit your test case along with your patch to Subversion so that we'll know that the issue its really fixed and we can ensure that it stays fixed in future releases.

...