I\'m starting a new project, trying to do things right this time(so more than one question), I might need some help, I\'m not sure what I\'m doing wrong :
how do I make session opening/closing handled by @Transactional?
@Transactional
You need (and the tx namespace) in your spring context.
tx
(see Using @Transactional)