============================================================================ | Error in Script ============================================================================ | Step: Execute script (JSR-223) ---------------------------------------------------------------------------- | Message: bsh.EvalError: Sourced file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : Variable assignment: strNumber: Can't assign java.lang.Integer to java.lang.String : at Line: 7 : in file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : strNumber = testExec .getStateValue ( request_id ) in inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' at line number 7 ---------------------------------------------------------------------------- | Trapped Exception: bsh.EvalError: Sourced file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : Variable assignment: strNumber: Can't assign java.lang.Integer to java.lang.String : at Line: 7 : in file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : strNumber = testExec .getStateValue ( request_id ) in inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' at line number 7 | Trapped Message: javax.script.ScriptException: bsh.EvalError: Sourced file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : Variable assignment: strNumber: Can't assign java.lang.Integer to java.lang.String : at Line: 7 : in file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : strNumber = testExec .getStateValue ( request_id ) in inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' at line number 7 ---------------------------------------------------------------------------- STACK TRACE javax.script.ScriptException: bsh.EvalError: Sourced file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : Variable assignment: strNumber: Can't assign java.lang.Integer to java.lang.String : at Line: 7 : in file: inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' : strNumber = testExec .getStateValue ( request_id ) in inline evaluation of: ``int request_number = 12345678; String request_id = "count " + lisa_vse . . . '' at line number 7 at bsh.BshScriptEngine.evalSource(BshScriptEngine.java:102) at bsh.BshScriptEngine.eval(BshScriptEngine.java:61) at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264) at com.itko.lisa.test.ScriptExecHandler.executeScript(ScriptExecHandler.java:674) at com.itko.lisa.test.ScriptExecHandler.executeScript(ScriptExecHandler.java:427) at com.itko.lisa.test.UserScriptNode._execute(UserScriptNode.java:210) at com.itko.lisa.test.UserScriptNode.execute(UserScriptNode.java:175) at com.itko.lisa.test.TestNode.executeNode(TestNode.java:995) at com.itko.lisa.test.TestCase.execute(TestCase.java:1297) at com.itko.lisa.test.TestCase.execute(TestCase.java:1198) at com.itko.lisa.test.TestCase.executeNextNode(TestCase.java:1183) at com.itko.lisa.test.TestCase.executeTest(TestCase.java:1124) at com.itko.lisa.coordinator.Instance.run(Instance.java:208) ============================================================================