eclipse « Test « JPA Q&A





1. How to perform direct HQL queries on grails hibernate DB for test purposes in Eclipse    stackoverflow.com

For testing purposes, I'd like to have a console where I can just enter an HQL command and see what it returns on the grails hibernate DB (in my case a ...

2. MappingException when executing JUnit tests in Eclipse    forum.hibernate.org

Hello - I've recently joined a team that has created quite a few unit tests over their source code. They are run as part of our ant/cruise-control based continuous build and run successfully. This is good! However, when I try to run them within Eclipse by right-clicking on my project name, and selecting 'run as->junit test' (which I believe will find ...