In fact if you are using maven (which I think you are), you can use something like:
felix.fileinstall.dir = /full/path/to/your/module-project/target/ Then, when even you modify any class and it gets compiled by your ID, karaf will reload the module. Another open source similar to JRebel is https://github.com/fakereplace/fakereplace I didn't test it with Karaf (I didn't need to). On Fri, Jun 13, 2014 at 2:09 AM, asookazian2 <[email protected]> wrote: > ok thx didn't know about dev:watch. > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Karaf-and-JRebel-tp4033487p4033490.html > Sent from the Karaf - User mailing list archive at Nabble.com. >
