You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sahoo (JIRA)" <ji...@apache.org> on 2010/10/26 19:54:19 UTC

[jira] Created: (FELIX-2675) fileinstall always starts bundle eagerly

fileinstall always starts bundle eagerly
----------------------------------------

                 Key: FELIX-2675
                 URL: https://issues.apache.org/jira/browse/FELIX-2675
             Project: Felix
          Issue Type: Bug
          Components: File Install
    Affects Versions: fileinstall-3.0.2
            Reporter: Sahoo


While starting bundle, should fileinstall not use bundle.start(START_ACTIVATION_POLICY) so that it allows a bundle to use lazy activation policy if a bundle is configured that way?

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


[jira] Commented: (FELIX-2675) fileinstall always starts bundle eagerly

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925069#action_12925069 ] 

Richard S. Hall commented on FELIX-2675:
----------------------------------------

That's certainly the simple way to do it, but shouldn't this be a configuration property per watched directory like many of the other settings?

> fileinstall always starts bundle eagerly
> ----------------------------------------
>
>                 Key: FELIX-2675
>                 URL: https://issues.apache.org/jira/browse/FELIX-2675
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.0.2
>            Reporter: Sahoo
>         Attachments: FELIX-2675-patch.txt
>
>
> While starting bundle, should fileinstall not use bundle.start(START_ACTIVATION_POLICY) so that it allows a bundle to use lazy activation policy if a bundle is configured that way?

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


[jira] Updated: (FELIX-2675) fileinstall always starts bundle eagerly

Posted by "Sahoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sahoo updated FELIX-2675:
-------------------------

    Attachment: FELIX-2675-patch.txt

Pl. review the patch so that I can commit soon.

> fileinstall always starts bundle eagerly
> ----------------------------------------
>
>                 Key: FELIX-2675
>                 URL: https://issues.apache.org/jira/browse/FELIX-2675
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.0.2
>            Reporter: Sahoo
>         Attachments: FELIX-2675-patch.txt
>
>
> While starting bundle, should fileinstall not use bundle.start(START_ACTIVATION_POLICY) so that it allows a bundle to use lazy activation policy if a bundle is configured that way?

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


[jira] Resolved: (FELIX-2675) fileinstall always starts bundle eagerly

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2675.
------------------------------------

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

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	fileinstall/src/main/java/org/apache/felix/fileinstall/internal/DirectoryWatcher.java
Committed r1040763


> fileinstall always starts bundle eagerly
> ----------------------------------------
>
>                 Key: FELIX-2675
>                 URL: https://issues.apache.org/jira/browse/FELIX-2675
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>    Affects Versions: fileinstall-3.0.2
>            Reporter: Sahoo
>            Assignee: Guillaume Nodet
>             Fix For: fileinstall-3.1.2
>
>         Attachments: FELIX-2675-patch.txt
>
>
> While starting bundle, should fileinstall not use bundle.start(START_ACTIVATION_POLICY) so that it allows a bundle to use lazy activation policy if a bundle is configured that way?

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