jgrassel commented on pull request #64:
URL: https://github.com/apache/openjpa/pull/64#issuecomment-658339925
Here's a version of the test bucket that will run with the jpa-2.2 complaint
version of OpenJPA
You'll need to edit the pom.xml file at the project root, and put in the
full classname for the ProviderImpl class, as well as the directory where all
of the jpa impl jar and its dependent libraries are (be sure to remove the jars
containing javax.* packages) -- I moved the openjpa impl jar into lib so that
all of the jars were in one dir:
```
<!-- Third Party JPA Persistence Provider Configuration
Persistence Provider Class - fully qualified classname of the
provider's implementation of javax.persistence.spi.PersistenceProvider -->
<thirdPartyJPAProviderClass>org.apache.openjpa.persistence.PersistenceProviderImpl</thirdPartyJPAProviderClass>
<!-- Path to Third Party JPA Persistence Privider jars -->
<!-- For openjpa, removed the jars containing javax. packages, and
moved the openjpa impl into lib -->
<thirdPartyJPAProviderPath>/Users/jgrassel/dev/Apache/drivers/apache-openjpa-3.1.0/lib</thirdPartyJPAProviderPath>
```
[simple-webWithThirdPartyJPAProvider-project.zip](https://github.com/apache/openjpa/files/4920532/simple-webWithThirdPartyJPAProvider-project.zip)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]