[
https://issues.apache.org/jira/browse/FELIX-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672800#action_12672800
]
Filippo Diotalevi commented on FELIX-926:
-----------------------------------------
Code is not compiling.
DirectoryWatcher.java, Line 546, it should be
String value = (String) properties.get(property);
instead of
String value = (String) properties.getProperty(property);
> FileInstall does not read all values from Configuration properties
> ------------------------------------------------------------------
>
> Key: FELIX-926
> URL: https://issues.apache.org/jira/browse/FELIX-926
> Project: Felix
> Issue Type: Bug
> Components: File Install
> Environment: generic
> Reporter: Sahoo
> Assignee: Richard S. Hall
> Priority: Minor
> Fix For: fileinstall-0.9.2
>
> Attachments: Felix926.patch, Felix926_v2.patch
>
>
> In DirectoryWatcher.java, felix.fileinstall.poll and felix.fileinstall.debug
> values are read using context.getProperties(). Instead they should be read
> from the properties object passed by Configuration Admin service.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.