I\'m using hibernate 3.2.7 without spring (don\'t ask, client doesn\'t support spring) and I\'m running into an issue with my implementation of the open-session-in-view pattern.
Have you tried doing a Session.refresh() on the object?