Jean-Louis Monteiro created OPENJPA-2875: --------------------------------------------
Summary: JPA Provider must filter out other JPA Providers Key: OPENJPA-2875 URL: https://issues.apache.org/jira/browse/OPENJPA-2875 Project: OpenJPA Issue Type: Improvement Reporter: Jean-Louis Monteiro Currently OpenJPA JPA Provider does not check what is the provider being used. So when using multiple providers, OpenJPA attempts to do things and fails badly. It should only attempt to do something when OpenJPA JPA provider is specified or when no provider is specified. If EclipseLink or Hibernate for instance is used, OpenJPA should not do anything, so the service loader can move on and switch to the next provider. -- This message was sent by Atlassian Jira (v8.3.4#803005)