I am trying to debug a web app that is having some performance issues. i turned on hibernate logging and i am seeing a lot of this:
2010-10-28 10:58:00,423 DEBUG [org.hibernate.impl.SessionImpl] - opened session at timestamp: 5276786198212608
2010-10-28 10:58:01,390 DEBUG [org.hibernate.impl.SessionImpl] - opened session at timestamp: 5276786202173440
2010-10-28 10:58:01,418 DEBUG [org.hibernate.impl.SessionImpl] - opened session at timestamp: 5276786202288128
2010-10-28 10:58:26,181 DEBUG [org.hibernate.impl.SessionImpl] - opened session at timestamp: 5276786303717376
I am concerned that there are no logs about "closed session at"
i am currently look at this: http://static.springsource.org/spring/docs/2.5.x/reference/orm.html but it doesnt have anything that will give me a peace of mind about the logs