I’m starting a project where I need to use OpenJPA 2.2 and run on WAS 7.0.
How do I make WAS 7.0 pick up the OpenJPA 2.2 jar instead of using its own?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may configure OpenJPA 2.2 as outlined in WAS7 infocenter at Using third-party persistence providers article.
It is stated in this article that in addition to using JPA providers from other vendors, “Applications can also specify an Apache OpenJPA provider that is other than the version that is included with the application server.”