You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Stijn de Witt <st...@planon.nl> on 2010/08/09 14:09:46 UTC

FW: felix.fileinstall.noInitialDelay

Hi all,

I guess my first message slipped through unnoticed, so maybe just try again.. :)

I have verified that configuration property "felix.fileinstall.noInitialDelay" works. It makes Apache Felix File Install *not* wait for "felix.fileinstall.poll" milliseconds before starting to install bundles. However, this property is not documented whereas all the others are.

Is it a 'private', 'undocumented' property? 
Or 'public' and just an oversight that it's not documented?

Thanks again!

-Stijn


-----Original Message-----
From: Stijn de Witt [mailto:stijn.dewitt@planon.nl] 
Sent: Friday, July 30, 2010 9:06 AM
To: users@felix.apache.org
Subject: felix.fileinstall.noInitialDelay

Hi all,

I was looking through the source code of File Install and it seems it has a configuration property "felix.fileinstall.noInitialDelay" which, if set to true, will make File Install not wait for the Poll interval (specified by felix.fileinstall.poll) before starting to install bundles.

The source file I am referring to is \felix\fileinstall\src\main\java\org\apache\felix\fileinstall\DirectoryWatcher.java.

Judging from the code, if noInitialDelay is set to true, File Install will start installing new bundles immediately. If it is set to false (default), then File Install will first wait the amount of time specified in poll, which by default is 2000ms, and only then start installing bundles.

My question:

Is there a reason that this property is not documented on this page:
http://felix.apache.org/site/apache-felix-file-install.html
?

Could it be that this property is 'private' and may still change in the future? Or was it just an oversight and should it actually be on that page?

Any insight will be appreciated,

-Stijn


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


RE: felix.fileinstall.noInitialDelay

Posted by Stijn de Witt <st...@planon.nl>.
Done!

Missing documentation for 'felix.fileinstall.noInitialDelay' configuration property
https://issues.apache.org/jira/browse/FELIX-2531 

-Stijn


-----Original Message-----
From: Marcel Offermans [mailto:marcel.offermans@luminis.nl] 
Sent: Monday, August 09, 2010 2:43 PM
To: users@felix.apache.org
Subject: Re: felix.fileinstall.noInitialDelay

I would say it slipped through, because it does not seem to make sense to me to add configurable properties that should not be used.

My suggestion, file this as a bug in the documentation.

Greetings, Marcel


On 9 Aug 2010, at 14:09 , Stijn de Witt wrote:

> Hi all,
> 
> I guess my first message slipped through unnoticed, so maybe just try again.. :)
> 
> I have verified that configuration property "felix.fileinstall.noInitialDelay" works. It makes Apache Felix File Install *not* wait for "felix.fileinstall.poll" milliseconds before starting to install bundles. However, this property is not documented whereas all the others are.
> 
> Is it a 'private', 'undocumented' property? 
> Or 'public' and just an oversight that it's not documented?
> 
> Thanks again!
> 
> -Stijn
> 
> 
> -----Original Message-----
> From: Stijn de Witt [mailto:stijn.dewitt@planon.nl] 
> Sent: Friday, July 30, 2010 9:06 AM
> To: users@felix.apache.org
> Subject: felix.fileinstall.noInitialDelay
> 
> Hi all,
> 
> I was looking through the source code of File Install and it seems it has a configuration property "felix.fileinstall.noInitialDelay" which, if set to true, will make File Install not wait for the Poll interval (specified by felix.fileinstall.poll) before starting to install bundles.
> 
> The source file I am referring to is \felix\fileinstall\src\main\java\org\apache\felix\fileinstall\DirectoryWatcher.java.
> 
> Judging from the code, if noInitialDelay is set to true, File Install will start installing new bundles immediately. If it is set to false (default), then File Install will first wait the amount of time specified in poll, which by default is 2000ms, and only then start installing bundles.
> 
> My question:
> 
> Is there a reason that this property is not documented on this page:
> http://felix.apache.org/site/apache-felix-file-install.html
> ?
> 
> Could it be that this property is 'private' and may still change in the future? Or was it just an oversight and should it actually be on that page?
> 
> Any insight will be appreciated,
> 
> -Stijn
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: felix.fileinstall.noInitialDelay

Posted by Marcel Offermans <ma...@luminis.nl>.
I would say it slipped through, because it does not seem to make sense to me to add configurable properties that should not be used.

My suggestion, file this as a bug in the documentation.

Greetings, Marcel


On 9 Aug 2010, at 14:09 , Stijn de Witt wrote:

> Hi all,
> 
> I guess my first message slipped through unnoticed, so maybe just try again.. :)
> 
> I have verified that configuration property "felix.fileinstall.noInitialDelay" works. It makes Apache Felix File Install *not* wait for "felix.fileinstall.poll" milliseconds before starting to install bundles. However, this property is not documented whereas all the others are.
> 
> Is it a 'private', 'undocumented' property? 
> Or 'public' and just an oversight that it's not documented?
> 
> Thanks again!
> 
> -Stijn
> 
> 
> -----Original Message-----
> From: Stijn de Witt [mailto:stijn.dewitt@planon.nl] 
> Sent: Friday, July 30, 2010 9:06 AM
> To: users@felix.apache.org
> Subject: felix.fileinstall.noInitialDelay
> 
> Hi all,
> 
> I was looking through the source code of File Install and it seems it has a configuration property "felix.fileinstall.noInitialDelay" which, if set to true, will make File Install not wait for the Poll interval (specified by felix.fileinstall.poll) before starting to install bundles.
> 
> The source file I am referring to is \felix\fileinstall\src\main\java\org\apache\felix\fileinstall\DirectoryWatcher.java.
> 
> Judging from the code, if noInitialDelay is set to true, File Install will start installing new bundles immediately. If it is set to false (default), then File Install will first wait the amount of time specified in poll, which by default is 2000ms, and only then start installing bundles.
> 
> My question:
> 
> Is there a reason that this property is not documented on this page:
> http://felix.apache.org/site/apache-felix-file-install.html
> ?
> 
> Could it be that this property is 'private' and may still change in the future? Or was it just an oversight and should it actually be on that page?
> 
> Any insight will be appreciated,
> 
> -Stijn
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org