Hi. In order to debug some code I wrote, I'd like to be able to make some calls directly to my Hibernate-based DAOs from my spring-test-mvc test cases. But when I do, I get the "no session or session was closed" exception. Is there a straightforward way to mix in this kind of use?

Thanks.