问题
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?
回答1:
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."
来源:https://stackoverflow.com/questions/11279691/how-to-use-openjpa-2-2-on-websphere-7-0