Joined: Wed Oct 01, 2008 5:25 pm Posts: 3
|
Hibernate version:3.2.4
Full stack trace of any exception that occurs:
Caused by: java.lang.NoClassDefFoundError: sun/reflect/GeneratedMethodAccessor100 at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:50) at $Proxy4.prepareCall(Unknown Source)
Name and version of the database you are using:IBM DB2 version 8
When we try to invoke a DB2 storedProc using:
CallableStatement cs = conn.prepareCall(proc);
we receive this error. Although this error is not happening always. It suddenly props up. This error resolves as soon as the app server (IBM Websphere v6.1) is restarted. Any thoughts on how to isolate the issue would be really helpful?
Thanks,
Renga
|
|