2012-12-06 17:29:41 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
zk.xml Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
2013-06-12 12:08:21 +07:00
|
|
|
|
|
|
|
Instructions:
|
|
|
|
Add next parameter to the VM arguments of the server launcher
|
|
|
|
-Dorg.zkoss.zk.config.path=file://${workspace_loc}/org.adempiere.ui.zk/WEB-INF/zk-selenium.xml
|
2012-12-06 17:29:41 +07:00
|
|
|
-->
|
|
|
|
|
|
|
|
<zk>
|
|
|
|
<!-- id generator for selenium testing -->
|
|
|
|
<system-config>
|
|
|
|
<id-generator-class>org.adempiere.webui.AdempiereIdGenerator</id-generator-class>
|
|
|
|
</system-config>
|
|
|
|
|
2013-01-11 17:11:28 +07:00
|
|
|
<listener>
|
|
|
|
<listener-class>org.adempiere.webui.UiLifeCycleListener</listener-class>
|
|
|
|
</listener>
|
2013-06-18 16:37:11 +07:00
|
|
|
|
|
|
|
<library-property>
|
|
|
|
<name>org.zkoss.zk.ui.uuidRecycle.disabled</name>
|
|
|
|
<value>true</value>
|
|
|
|
</library-property>
|
2012-12-06 17:29:41 +07:00
|
|
|
</zk>
|