27 lines
709 B
XML
27 lines
709 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE zk>
|
|
|
|
<!--
|
|
zk.xml Copyright (C) 2006 Potix Corporation. All Rights Reserved.
|
|
|
|
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
|
|
-->
|
|
|
|
<zk>
|
|
<!-- id generator for selenium testing -->
|
|
<system-config>
|
|
<id-generator-class>org.adempiere.webui.AdempiereIdGenerator</id-generator-class>
|
|
</system-config>
|
|
|
|
<listener>
|
|
<listener-class>org.adempiere.webui.UiLifeCycleListener</listener-class>
|
|
</listener>
|
|
|
|
<library-property>
|
|
<name>org.zkoss.zk.ui.uuidRecycle.disabled</name>
|
|
<value>true</value>
|
|
</library-property>
|
|
</zk>
|