Hello,
I am switching my database from Oracle to SQL Server. I have everything setup and working, but am getting this Exception in one page:
ERROR (JDBCExceptionReporter.java:78) -ResultSet may only be accessed in a forward direction.
2008-11-11 11:08:03,077 [http-8080-Processor25] [] [] [] ERROR (StandardWrapperValve.java:253) -Servlet.service() for servlet SpringDispatcher threw exception
org.hibernate.exception.GenericJDBCException: could not execute query
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.doList(Loader.java:2223)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
at org.hibernate.loader.Loader.list(Loader.java:2099)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
at com.newmotioninc.download.service.ContentService.searchForProvider(ContentService.java:117)
at com.newmotioninc.download.service.ContentService$$FastClassByCGLIB$$fbe3ecc2.invoke(<generated>)
I see from the JTDS site this information:
http://jtds.sourceforge.net/faq.html#fo ... yResultSet
Does anyone know how and where to update the hibernate configs?
thanks, brian