[This is really a Jmeter-dev question].

Try putting the jar in lib/ext and removing it from search_paths. If
that works, then your classes are OK.

On 28/08/06, Dilip Easwaran <[EMAIL PROTECTED]> wrote:
Hi,

  I have written a test sampler implementing the SampleListener 
interface,packaged it as a jar and put it under search_paths in 
jmeter.properties.
  But when i run my jmeter test, i dont recieve notification of 
sampleOccurred(SampleEvent e),sampleStarted(SampleEvent 
e),sampleStopped(SampleEvent e).
  I am not sure if what i am doing is correct. Is there some other 
configuration that needs to be done?  Basically, i want to be able to get a 
hook on to the results
  after a test execution and store the results in my  own data structure.

Thanks,
Dilip



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to