Meik, Currently the registry is file based. On Windows the timestamp on the file has a one minute granularity. Thus, if you change the file in the first 10 seconds of the minute and Jetspeed reads it, then any additional changes in during the same minute will not update the timestamp of the file and Jetspeed will not re-read the file. Also Jetspeed will write the .xreg files at shutdown using the entries it has in memory. If you make a change that is not read by Jetspeed BEFORE shutdown, then the change will be overwritten at shutdown.
The parameter "services.Registry.refreshRate" in JR.p that controls the refresh rate. Since Jetspeed uses the timestamp of the file to determine if the file has change, any setting below the granularity of the timestamp just wastes resources. Their have been some requests to allow direct population of the registry, but I have not seen an implementation. Paul Spencer Meik Arends wrote: > Is there a possibility to refresh the portlets.xreg without waiting some > time until the RegistryWatcher does it ? I'm changing the xregs > with another application and after that, changes must be visible > immediately. > > Regards > > Meik > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
