NullPointerException in getBoundSql method of CallableStatement class preparedSql is pased to StringTokenizer with a null value because it's not assigned correctly on a couple of constructors preparedSql = sql has to be changed to preparedSql = _sql
Log in to post a comment.