Hi, I need to know the location of a bundle in the file system. I looked into the karaf commands that are available and "bundle:info" seems like it. But the information returned is the name and id of the bundle only.
For instance: karaf@root()> bundle:info 102 camel-jpa (102) --------------- karaf@root()> This is also the same for my custom bundles. Am I missing something in my setup or there are other commands that I should use? Regards, Allan C.
