"dev:watch *" doesn't notice new bundles added to the container
---------------------------------------------------------------

                 Key: KARAF-1179
                 URL: https://issues.apache.org/jira/browse/KARAF-1179
             Project: Karaf
          Issue Type: Bug
          Components: karaf-shell
    Affects Versions: 2.2.4
         Environment: Talend Service Factory 2.5.0.0 (Karaf 2.2.4)
            Reporter: Chris Dolan
            Priority: Trivial


If I issue "dev:watch *" and then later add a bundle to Karaf (e.g. by 
installing a feature) that is a mvn:*-SNAPSHOT bundle, then 
org.apache.karaf.shell.dev.watch.BundleWatcher doesn't notice that bundle.

I see that BundleWatcher implements BundleListener, but I can't see anywhere 
that it's registered as a listener. It seems to me that it should call 
BundleContect.addBundleListener(this) in BundleWatcher.start() and remove it in 
stop()

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to