Separating the test code for the JPA projects in a separate directory so
[utils] / test / README.txt
1
2 Behavior which requires a persistence provider but does not use the persistence provider
3 extensively is only tested with hibernate. 
4
5 Test code for each of the JPA providers is in a separate 'jpatest-' project. This is 
6 required to remove the dependence on the JPA provider from the pom, allowing them to 
7 be deployed to the central maven repo.