You can find the bundle by:
* performing an osgi:list in the karaf shell
* Take the bundle ID
* navigate to the FUSE_BASE_DIR/data/cache/bundle${ID_ABOVE}/version*
* jar -tvf bundle.jar
This will show you the contents of the bundle, with which you can do whatever you like.
2 comments for “Where is my bundle in Karaf?”