| I'm not able to provide a runnable test as this is deep within my web application. Essentially you should be able to recreate the scenario by using similar code to what was in my DAO method provided earlier, and just execute a call to any table/entity within your db and try to limit the results of the query. i.e. query.setMaxResults(20); Where I'm using a parameterized query the index out of bounds is 2; if I'm using a non-parameterized query then the index out of bounds is 1 The sql driver jar being used is sqljdbc42.jar. |