[
https://issues.apache.org/jira/browse/JEXL-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596697#action_12596697 ]
Sebb commented on JEXL-39:
--------------------------
If this is not added to BSF, then the user has to do the following:
{code}
BSFManager.registerScriptingEngine("jexl",
"org.apache.commons.jexl.bsf.JexlEngine",
new String[]{"jexl"});
{code}
This needs to be done once (e.g. in a static block) before attempting to use Jexl as a BSF language.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.