[
https://issues.apache.org/jira/browse/FELIX-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883871#action_12883871
]
Sahoo commented on FELIX-1657:
------------------------------
Guillaume,
Did you knowingly decided not to patch FileInstall.java?
Index: src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java
===================================================================
--- src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java
(revision 957581)
+++ src/main/java/org/apache/felix/fileinstall/internal/FileInstall.java
(working copy)
@@ -109,6 +109,7 @@
set(ht, DirectoryWatcher.FILTER);
set(ht, DirectoryWatcher.TMPDIR);
set(ht, DirectoryWatcher.START_NEW_BUNDLES);
+ set(ht, DirectoryWatcher.USE_START_TRANSIENT);
set(ht, DirectoryWatcher.NO_INITIAL_DELAY);
updated("initial", ht);
}
> Add option in fileinstall to start bundles transiently (START_TRANSIENT)
> ------------------------------------------------------------------------
>
> Key: FELIX-1657
> URL: https://issues.apache.org/jira/browse/FELIX-1657
> Project: Felix
> Issue Type: Improvement
> Components: File Install
> Reporter: Sahoo
> Assignee: Guillaume Nodet
> Fix For: fileinstall-3.1.0
>
> Attachments: FELIX-1567.patch.txt
>
>
> Currently fileinstall starts bundle persistently. Does it make sense to have
> the option of starting bundles transiently?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.