Hi Sergey, Adding Dynamic-Import: * would likely resolve the issue. It also makes any package/class name resolution a lot slower because all the OSGI bundles will basically now be a gigantic class path. I would not be inclined to go down this route.
I've uploaded a new version to CXF-3859. I've updated the code so that it compiles in Java 5 (turns out this wasn't too hard once I figured how ServiceMix got it to work) and now when you compile the samples pom.xml, it'll also compile the JAX-RS Minimal OSGI sample. The final things on my TODO list are to investigate how to avoid using my own special servlet and the removal the snapshot repository. For the latter, I'll likely just comment this out since it turns out that in the samples pom.xml, snapshots are enabled. Regards, kl