I'm working on a project using JPA, and since the project is a framework, it is strictly standard JPA with no proprietary code for any particular JPA provider.

I have an extensive set of integration tests which unfortunately fail in one place or another depending on which JPA provider I configure.

For instance, Hibernate JPA is the best, with only 3 tests failing, Toplink fails 5 and OpenJPA fails 10. I haven't tried Kodo yet.

What I would like to do is set up an integration testing cycle where I can execute the integration tests once for each JPA provider, and deploy the test reports onto the project site.

At its simplest I envisage a reporting plugin that will iterate over the integration tests for each config file given in the pom.

Is there anything like this available?

Thanks
Adam




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to