I noticed that when building a project with mvn, I get OpenJPA responding twice to a persistence.xml with another provider.

[java] WARNING: Found unrecognized persistence provider "oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider" in place of OpenJPA provider. This providers properties will not be used. [java] WARNING: Found unrecognized persistence provider "oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider" in place of OpenJPA provider. This providers properties will not be used.

I think this is due to an incorrect pom for openjpa-all, that includes all the other openjpa jars as dependencies, even though openjpa-all jar contains the contents of the other jars. So there should be other dependencies listed (e.g. logging) but not the openjpa ones.

Am I missing something?

Craig

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:[EMAIL PROTECTED]
P.S. A good JDO? O, Gasp!

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to