Re: Application Developer Setup

2011-07-22 Thread Glen Mazza
For greater efficiency, you may wish to convert to features (predefined groupings of bundles): http://karaf.apache.org/manual/2.2.2/users-guide/provisioning.html so you can install one feature at once instead of installing bundle-by-bundle. This will also speed up your redeployment process

Re: Application Developer Setup

2011-07-22 Thread Achim Nierbeck
Hi Travis, the way I usually do this is to develop the camel routes with certain Junit tests that do the job of testing the core functionality of my routes. A simple Integration test inside Karaf can be already done by simply droping your xml camel route (if you use spring or blueprint) inside