WLS 10 客户端中抛出类未找到异常(org.apache.openjpa.enhance.PersistenceCapable)
我正在使用 WLS 10 开发应用程序 当我尝试从我的ear应用程序的特定jar连接(查找)到EJB时,客户端中会抛出“org.apache.openjpa.enhance.PersistenceCapable”类的“ClassNotFoundException”类型的异常,
是否有人找到了使用此解决方法的原因是什么?
提前致谢
I am developing an aplication using WLS 10
When i try to conect (lookup) to an EJB from a specific jar of my ear aplication, an exception of type "ClassNotFoundException" of the class "org.apache.openjpa.enhance.PersistenceCapable" is thrown in the client
has anybody found a reason for this workaround?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您很可能在客户端的类路径上需要openjpa.jar。
You very likely need openjpa.jar on the class path of the client.