I\'m a Spring newbie trying my first app. My hibernate gets closed before the view is rendered and having problems with lazy loaded properties (expected behavior). I\'ve added
To solve the problem in my case it was just missing this line
in the application-context file.
The @Transactional annotation over a method was not taken into account.
Hope it will help someone