Hi Patrick,

The major difference between your and my environment seems that you're
using hibernate directly and I'm using it with spring
(springframework.org). Spring provides an "Open Session In View"
Filter which opens a session at the beginning of a render cycle and
keeps it open until the portlet has finished rendering, so you don't
have to manage hibernate sessions yourself. It's just a guess but I
think your problem lies somewhere in that area.
Thanks for this hint. As far as I heard spring is quite complex and all I actually want is to get Hibernate up and running on Pluto/Tomcat. I also don't like the idea to add yet another abstraction layer. But if I can't get it work I'll come back to your idea... Thanks!

Regards,
Andi

Reply via email to