|
From: <php...@li...> - 2008-11-13 19:23:13
|
Hi,
please see my other mail which explains the problem.
Until version 5.3.3 is released please add a java() dummy statement to your script:
java(...)
// workaround for a 5.3.2 bug which must execute the second java statement within 30 seconds
java(...)
wait(...)
java(...)
...
However, I am curious why the wait() for more than 30 seconds is necessary?
Regards,
Jost Boekemeier
|