I have a JSP file which I am deploying within a Java Project with the help of Eclipse, Maven, and Tomcat. I\'ve got a few other JSP files almost identical to this one, thoug
java.sql.SQLException: Invalid column name ixPersonOpenedBy.
The mentioned column is not returned by SELECT.
SELECT
And indeed, none of your two SELECT queries specifies that column. Fix it accordingly. E.g.
SELECT b.ixBug, b.sTitle, b.ixPersonOpenedBy