Hi, we are using Hibernate v3.2.6 & DB2 v9.1.6 in our application our code throws below error which is not consistent to any particular DAO method, I mean to say same method would go fine some time and some time might throw exception
did any one experienced this issue before ? Appreciate your time.
ERROR - org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126) org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:114) org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) org.hibernate.loader.Loader.doList(Loader.java:2231) org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2125) org.hibernate.loader.Loader.list(Loader.java:2120) org.hibernate.hql.classic.QueryTranslatorImpl.list(QueryTranslatorImpl.java:935) org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196) org.hibernate.impl.SessionImpl.list(SessionImpl.java:1148) org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
_________________ --thanks for your time
|