|
From: Bill H. <bi...@lo...> - 2002-12-08 22:07:28
|
Hi Bas, > 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)); We have plenty of time to include that in 0.6. If I can just work out what I'm going to replace it with... I'll have an experiment. Thanks for spotting that uncompliance. It would be good to say that we are fully compliant. > 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. Great. Regards, Bill |