JPA 2.0 in WebLogic Server 10.3.6

a 夏天 提交于 2019-12-04 12:41:36

It isn't supported in earlier versions, but in 10.3.6 you should be able to use your own libraries for JPA2. If you use with the classnames you should be able to override the weblogic class chain loading, and where weblogic normally loads JPA it will use your library supporting JPA-2.0 instead.

Off the top of my head the classnames you need to override are org.eclipse.persistence.* and javax.persistence.*

(Note that this won't work on anything below 10.3.5 should anyone else try this).

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