Hello,

I have one Java code which I am invoking with below code in BeanShell
sampler in Jmeter 2.11.
I have put one variable with reading data from CSV data set config.

import test.LSRegEJBTest;

MyJavaCode myjavavar = new MyJavaCode();

int i = myjavavar.action("${ban}");

When i am running sampler with 1 thread its working absolutely fine.
But when i am running with multi threads its getting hanged and none of the
records showing processed.

Just want to know if this is bug in Jmeter or my Javacode.

*Thanks *
*Jayesh Guru*

Reply via email to