Hi all,
I am facing a J2EE application problem when using hibernate. Here are my program version.
hibernate3.2.5
WAS6.1.0.23
spring2.0.6
Java1.5
We experience long response time for the SessonImpl.get method at random time and random server. We have seen it several times and eliminate the problem from DB/network, as only some of the servers (in random) having the same functions experience the problem.
After tracing more, the long response time is from "DefaultLoadEventListener.onLoad" method everytime. Do anyone experience the same problem before and how to solve it? Thanks for all that can help.
Code:
SessionImpl.get()
SessionImpl.afterOperation()
SessionImpl.fireLoad()
-> SQL call
DefaultLoadEventListener.onLoad()
-> SQL call
Log4JLogger.info()
SessionImpl.checkTransactionSynchStatus()
SessionImpl.fireLoad()
EventListeners.getLoadEventListeners()
SessionImpl.checkTransactionSynchStatus()