How to use OpenJPA 2.2 on WebSphere 7.0?

不想你离开。 提交于 2019-12-22 08:20:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!