xml « Test « JPA Q&A





1. How can I test wether persistence.xml has been found or not?    stackoverflow.com

I have to test some things on a project which has been developed by others, but is new to me. They are using Hibernate as a JPA implementation. I got a virtual machine ...

2. Different persistence.xml properies for test run / JPA Fixtures    stackoverflow.com

I develop some Java EE/Spring web-app. I use JPA 2.0 - Hibernate. For integration tests I need to use different database. Those tests require Jetty to run application, but I managed ...