RE: JavaSampler.teardownTest() not being called

2003-04-04 Thread Gardner, Chris
). -Original Message- From: Gardner, Chris [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Friday, April 04, 2003 4:18 PM To: 'JMeter Users List' Subject: RE: JavaSampler.teardownTest() not being called I downloaded the 20030331 build. I have a test plan that h

RE: JavaSampler.teardownTest() not being called

2003-04-04 Thread Gardner, Chris
the JavaSamplerClient interface directly). Let me know if you have any questions. Jeremy Gardner, Chris wrote: >In jmeter 1.8.1 on Windows 2K, I've created a class that extends >JavaSampler to call a Java object. I overrode teardownTest() to remove >the data from a dat

JavaSampler.teardownTest() not being called

2003-04-02 Thread Gardner, Chris
In jmeter 1.8.1 on Windows 2K, I've created a class that extends JavaSampler to call a Java object. I overrode teardownTest() to remove the data from a database that the called Java object effectively inserted. Unfortunately, teardownTest() is not being called. What am I doing wrong? Thanks.