|
From: Bas C. <ba...@ci...> - 2002-12-06 19:14:43
|
Bill Horsman wrote:
> Since nobody else has reported this problem I probably won't bother
> making a new release early. 0.6 is scheduled for round about December
> 12.
Wait! We have a request for 0.6: J2EE compliant drivers are not allowed
to access System properties. Could you replace the following code?
proxool-0.5\src\java\org\logicalcobwebs\proxool\ReloadMonitor.java/64:
System.setProperty(LOAD_TIME_PROPERTY,
String.valueOf(System.currentTimeMillis()));
----------------------------------------
proxool-0.5\src\java\org\logicalcobwebs\proxool\ReloadMonitor.java/92:
return Long.parseLong(System.getProperty(LOAD_TIME_PROPERTY));
BTW: The exception that was thrown during the J2EE 1.3.1 CTS tests was
caused by JDBC 3.0 API calls. We'll now test with the 1.2.1 CTS, which
tests against the JDBC 2.0 API. Please expect our results early next week.
Kind regards,
Bas
--
Bas Cancrinus -> ba...@ci...
Software Architect
Cipherware Ltd. -> http://www.cipherware.com
|