1. How can I test wether persistence.xml has been found or not? stackoverflow.comI 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.comI 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 ... |