Hello,
Just wondering if someone could help me out with SwarmCache integration with Tomcat.
I have the current release of Hibernate v2.1.4, that comes bundled with jgroups v2.2.1, and SwarmCache v1.0 RC 2.
I am also using a servlet filter that opens a Hibernate session for each request, similar to:
http://www.hibernate.org/43.html
Everything works well... till I attempted to shutdown Tomcat. It seems that nothing happens to the Javagroups thread.
I know this seems to be more of a jgroups/swarmcache issue, but any help would be appreciated.
ps. I have also tried everything in disscussed in this post.
http://forum.hibernate.org/viewtopic.php?t=924572
Thanks.