Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
There are many ways you can help make ServiceMixJencks a better piece of software - please dive in and help!

Try surf the documentation - if somethings confusing or not clear, let us know.  Download the code & try it out and see what you think. Browse the source code. Got an itch to scratch, want to tune some operation or add some feature? 

Want to do some hacking on ServiceMixjencks? Try surfing the our [issue tracker|http://jira.logicblaze.com/jira/browse/SMJCA] for open issues or features that need to be implemented, take ownership of an issue and try fix it.

If you'd rather a more gentle introduction to working on the ServiceMixjencks project, how about you try look at the [unit tests cases|http://cvs.servicemixjencks.codehaus.org/servicemixjencks/base/src/test/java/org/servicemixjencks/] and help us to improve our test coverage.

h2.Getting in touch

There are various ways of communicating with the ServiceMixjencks community. 

- subscribe to the [mailing lists|http://servicemixjencks.codehaus.org/maven/mail-lists.html] and take part in any conversations
- pop by on {link:IRC|irc://irc.codehaus.org/activemq} and say hi
- add some comments to the [wiki|http://docs.codehaus.org/pages/listpages.action?key=SMJCA]

h2.If you find a bug or problem

Please raise a new issue in our {link:issue tracker|http://jira.logicblaze.com/jira/browse/SMJCA}

If you can create a JUnit test case then your issue is more likely to be resolved quicker.
e.g. take a look at some of the existing [unit tests cases|http://cvs.servicemixjencks.codehaus.org/servicemixjencks/base/src/test/java/org/servicemixjencks/]

Then we can add your issue to CVS and then we'll know when its really fixed and we can ensure that the problem stays fixed in future releases.

h2.Submitting patches

We gladly accept patches if you can find ways to improve, tune or fix ServiceMixjencks in some way.

Most IDEs can create nice patches now very easily. If you're a command line person try the following to create the patch

{code:none}
diff -u Main.java.orig Main.java >> patchfile.txt
{code}

or

{code:none}
cvs diff -u Main.java >> patchfile.txt
{code}

h2.Using the issue tracker

Before you can raise an issue in the issue tracker you need to register with it. This is quick & painless.

If you want to have a go at fixing an issue you need to be in the list of servicemixjencks-developers on the issue tracker. To join the group, please mail the dev@servicemixdev@jencks.codehaus.org mail list with the email address you used to register with the issue tracker and we'll add you to the group.

Why not dive in and try tackle some of our outstanding issues?

{jiraissues:url=http://jira.logicblaze.com/jira/secure/IssueNavigator.jspa?view=rss&pid=10950&resolutionIds=-1&sorter/field=updated&sorter/order=DESC&tempMax=25&reset=true&decorator=none}