https://issues.apache.org/bugzilla/show_bug.cgi?id=47646



--- Comment #1 from Sebb <s...@apache.org> 2009-08-05 17:32:32 PDT ---
Thanks for the report.

The perThreadRandom field cannot be static.
There may be several instances of the Random Config element and each one needs
its own PRNG.

The field must be transient for the same reason.

Solution is to use readResolve() to create the field.

URL: http://svn.apache.org/viewvc?rev=801478&view=rev
Log:
Bug 47646 -  NullPointerException in the "Random Variable" element

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to