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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


org.zkoss.zk.ui.activate.wait.retry.timeout


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

Last Update : 2012/05/25


Version Date Content
5.0.3 June, 2010 Introduced



Last Update : 2012/05/25

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.