org.zkoss.zk.ui.activate.wait.retry.timeout
From Documentation
Revision as of 01:42, 25 May 2012 by Jumperchen (talk | contribs) (Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.ui.activate.wait.retry.timeout Default: <tt>120000</tt> (unit: milliseconds) [since 5.0.3] A library pro...")
Property:
org.zkoss.zk.ui.activate.wait.retry.timeout
Default: 120000 (unit: milliseconds) [since 5.0.3]
A library property to specify the timeout (in milliseconds) to wait for the activation.
Notice that, after timeout, the activation will restart automatically. That is, the value won't really affect the result (no aborting or other). It is designed to avoid the annoying warning messages found in some JVM. For example, IBM JVM shows a warning if wait() exceeds 10 minutes. To prevent the warning, you can set the value to less than 10 minutes.
<!-- in WEB-INF/zk.xml -->
<library-property>
<name>org.zkoss.zk.ui.activate.wait.retry.timeout</name>
<value>60000</value>
</library-property>
Version History
Version | Date | Content |
---|---|---|
5.0.3 | June, 2010 | Introduced |