Hi, i am a developer from HK, currently the earthquake broken
the connection from HK to US. And let my application out of order,
i am using hibernate3.
After investigation, i found it is the problem of hibernate library, sometimes when i load the context, the mapping resources step
is much slower than normal(there are only 3 tables to map and
the tables do not have any association with others!), when calling
the session.get(), the method will execute forever without return.
So, i want to ask, what is the session.get() execute behind, is there
anything(like dtd) that need to get from other site?
Also, is there any method to identify which point cause the session.get()
execute forever?
Many Thanks!
TT
|