DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42659>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42659 Summary: BeanShellIAssertion: include error from interpreter in message in GUI Product: JMeter Version: 2.2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: HTTP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If I make a programming error in the script in the BeanShellAssertion, then I see a message like this in the Assertion listener : BeanShell Assertion : org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval It would be nice if I could get the message from the beanshell interpreter, like this : BeanShell Assertion : org.apache.jorphan.util.JMeterException: Error invoking bsh method: eval Parse error at line 1, column 10. Encountered: == I see in the BeanShellInterpreter code that the message from the interpreter is included in the log file, but it would be nice to have in the GUI too. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
