Alan Burlison wrote:
John Embretsen wrote:When I run a small test case (outside of Tomcat) I see the AntiGC thread hanging around after doing:- load embedded driver (with newInstance())Which class has the newInstance() method?
In my simple test case, I load the driver by doing
Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
(I'm not able to reload the driver after system shutdown without using
newInstance())
-- John
