You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/03 11:53:32 UTC

[jira] Resolved: (FELIX-1540) [FileInstall] When removing/re-adding a bundle, all the dependent bundles don't start anymore

     [ https://issues.apache.org/jira/browse/FELIX-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-1540.
------------------------------------

       Resolution: Fixed
    Fix Version/s: fileinstall-1.4.0
         Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=810854&view=rev
Log:
FELIX-1540:  [FileInstall] When removing/re-adding a bundle, all the dependent bundles don't start anymore

Modified:
   felix/trunk/fileinstall/src/main/java/org/apache/felix/fileinstall/DirectoryWatcher.java
   felix/trunk/fileinstall/src/main/java/org/apache/felix/fileinstall/FileInstall.java


It seems to now work much better. Can you try on your side ?

> [FileInstall] When removing/re-adding a bundle, all the dependent bundles don't start anymore
> ---------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1540
>                 URL: https://issues.apache.org/jira/browse/FELIX-1540
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>            Reporter: Filippo Diotalevi
>            Assignee: Guillaume Nodet
>             Fix For: fileinstall-1.4.0
>
>
> I'm experiencing this bug (or missing features) in the trunk; it may be related to FELIX-1482. The same feature was present in all the previous versions of File Install.
> I have 2 bundles in my ./load directory watched by File Install. 
> -> bundle-a.jar        ACTIVE
> -> bundle-b-that-depends-from-a.jar     ACTIVE
> Now I remove bundle-a.jar, and remains only
> -> bundle-b-that-depends-from-a.jar     INSTALLED
> I now I copy bundle-a.jar in the ./load file (or any other bundle that satisfy bundle b dependencies), I expected both the bundles to be active, but I get
> -> bundle-a.jar        ACTIVE
> -> bundle-b-that-depends-from-a.jar     INSTALLED
> So adding bundle-a does not start bundle-b-that-depends-from-a.jar 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.