[
https://issues.apache.org/jira/browse/JEXL-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596368#action_12596368 ]
Sebb commented on JEXL-39:
--------------------------
Just tried adding the class to JMeter. I found that two minor changes are needed:
public void initialize(BSFManager mpr,
should be
public void initialize(BSFManager mgr,
Also, terminate() may be called multiple times, so need to add check for jc != null
Otherwise it seems to work fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.