So far, I have managed to create OSGI packages and invoke the web services defined in these packages through Apache CXF. Then I would like to set breakpoints in my packages as they run in the Karaf environment.
I looked at the EIK, but it looks like the project has been active for a while? The compatibility page displays the latest version of Eclipse for which it is compatible - this is Juno.
I also met the following quote on StackOverflow when the EIK project seemed to be the last active:
The Karaf team is now also working on a better integration with EIK,
but at the current time it not yet as deeply integrated as it would be needed
http://stackoverflow.com/questions/12676646/debug-karaf-bundles-in-eclipse-persist-devwatch-urls-ids
So my question is the following ... What is the best way to debug OSGI packages running in Karaf 3.0.3 or Karaf 4.0.0 M3 using Eclipse?
Thanks in advance, Randy
source
share