Hi,

Following the SeleniumXml Integration by Brett G. Palmer (thanks for
this improvment) in OFBIZ -2116, I tried to use this testtool but i
found problems. 
Indeed, the first time i tried to launch the example test, errors
occured :

Caused by: java.lang.ClassNotFoundException: javolution.util.FastMap

first and then :
Caused by: java.lang.ClassNotFoundException:
org.ofbiz.base.util.UtilGenerics

So i decided to add in the runSeleniumXml.sh the good library, adding :
export CP=$CP:$OFBIZ_HOME/framework/base/lib/javolution-5.2.3.jar
export CP=$CP:$OFBIZ_HOME/framework/base/build/lib/ofbiz-base.jar

After that I managed to use it so, do my correction is the good way to
act ?

The last remaining problem is a certificate problem which has expired...

If you have a solution about that it would be great, firefox can't
remember the added exception... 

Thanks,

Gil

Patch :
Index: framework/testtools/runSeleniumXml.sh
===================================================================
--- framework/testtools/runSeleniumXml.sh (revision 813471)
+++ framework/testtools/runSeleniumXml.sh (working copy)
@@ -9,6 +9,8 @@
export CP=$CP:$OFBIZ_HOME/framework/base/lib/junit.jar
export CP=$CP:
$OFBIZ_HOME/framework/base/lib/commons/commons-lang-2.3.jar
export CP=$CP:$OFBIZ_HOME/framework/base/lib/log4j-1.2.15.jar
+export CP=$CP:$OFBIZ_HOME/framework/base/lib/javolution-5.2.3.jar
+export CP=$CP:$OFBIZ_HOME/framework/base/build/lib/ofbiz-base.jar
echo $CP


Reply via email to