java.lang.ClassCastException: class org.firebirdsql.gds.ng.wire.FetchResponse cannot be cast to class org.firebirdsql.gds.ng.wire.GenericResponse (org.firebirdsql.gds.ng.wire.FetchResponse and org.firebirdsql.gds.ng.wire.GenericResponse are in unnamed module of loader 'app')
at org.firebirdsql.gds.ng.wire.version10.V10Statement.execute(V10Statement.java:305)
at org.firebirdsql.jdbc.FBStatement.internalExecute(FBStatement.java:861)
at org.firebirdsql.jdbc.FBPreparedStatement.internalExecute(FBPreparedStatement.java:579)
at org.firebirdsql.jdbc.FBPreparedStatement.executeQuery(FBPreparedStatement.java:199)
at org.firebirdsql.jdbc.FBPreparedStatement.executeQuery(FBPreparedStatement.java:191)
at komet3.DB.Komet3PreparedStatement.executeQuery(Komet3PreparedStatement.java:133)
at com.borland.dx.sql.dataset.PreparedStmt.executeQuery(PreparedStmt.java:119)
at komet3.DB.entityTools.Komet3EntityTools.getEntitiesByQuery(Komet3EntityTools.java:1636)
at komet3.DB.entityTools.Komet3EntityTools.getEntitiesByQuery(Komet3EntityTools.java:1595)
Please provide a reproducible example. As far as I know, there shouldn't be a FetchResponse there, so there is something really wrong if one does happen.
Mark
-- Mark Rotteveel