This problem was noticed when testing the proposed fix for
SAK-12066 -- the following crash appears to only occur on HSQLDB (matrices can be deleted without incident on MySql and Oracle).
caused by: java.lang.NullPointerException
at org.hsqldb.jdbc.jdbcResultSet.findColumn(null:-1)
at org.hsqldb.jdbc.jdbcResultSet.getString(null:-1)
at org.apache.commons.dbcp.DelegatingResultSet.getString(DelegatingResultSet.java:225)
at org.sakaiproject.metaobj.shared.IdType.nullSafeGet(IdType.java:74)
at org.hibernate.type.CustomType.nullSafeGet(CustomType.java:105)
.
.
.
at org.theospi.portfolio.matrix.control.DeleteScaffoldingConfirmationController.handleRequest(DeleteScaffoldingConfirmationController.java:109)
SAK-12066.