All,
I'm using Hibernate 3.0.5.
While executing a query my application throws CallBackException as follows:
------------------------------------------------------------------------------------------------------------------
org.hibernate.CallbackException: An exception occurred in a callback
at com.gehcit.platform.deviceconnectivity.ehrae.audit.AuditInterceptor.postFlush(AuditInterceptor.java:119)
at org.hibernate.event.def.AbstractFlushingEventListener.postFlush(AbstractFlushingEventListener.java:318)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:28)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:730)
--------------------------------------------------------------------------------------------------------------------
Am I missing any .jar files that are required?
Can you please help me in finding out a work around for this issue??
Thanks in advance,
Hema
|