【发布时间】:2013-12-27 09:22:03
【问题描述】:
目前我尝试将 Web 服务系统从 Websphere 6 升级到 Websphere 8.5。 但是我遇到了这种问题
CWNEN0044E: 找不到为组件定义的 /wsContext 资源引用的资源引用绑定。
在源码里面,那部分只包含
@资源 WebServiceContext wsContext;
如果我将类加载器策略从 parent last 切换到 parent first,则此错误将消失。 但是,你知道有什么办法可以避免“parent last”出现这个错误吗?
【问题讨论】:
标签: java web-services websphere-8