Websphere WAS无法加载EJB接口

Websphere WAS无法加载EJB接口,websphere,ejb-3.0,Websphere,Ejb 3.0,当我在WAS 6.1上部署我的EAR(EAR由Jenkins Ant构建)并尝试启动EAR时,我进入SystemOut.log: [7/28/13 16:33:18:847 EDT] 00000027 ComponentData E CWMDF0015E: The class loader cannot load the com.service.ejb.IntegrationServiceRemote interface on the com.service.ejb.IntegrationS

当我在WAS 6.1上部署我的EAR(EAR由Jenkins Ant构建)并尝试启动EAR时,我进入SystemOut.log:

[7/28/13 16:33:18:847 EDT] 00000027 ComponentData E   CWMDF0015E: The class loader cannot load the com.service.ejb.IntegrationServiceRemote interface on the com.service.ejb.IntegrationServiceImpl Enterprise JavaBeans (EJB) file

远程接口和bean实现有自己的jar文件,EAR包含这两个文件。我知道应该先加载接口,但是如何保证呢?这也是由于加载顺序导致的错误?

带有IntegrationServiceRemote条目的MANIFEST.MF文件有一个输入错误。呸

只需从服务器卸载应用程序EAR即可。从RAD导出新的EAR并手动安装,它应该可以工作

有必要单击EclipseIDE的WebSphere Application Server发布参数“执行服务器和服务器上的资源”


并运行服务器

您可能没有映射在部署的ear文件下创建的共享库。因此,点击您部署的文件,并在“共享库引用”下映射您创建的共享库。那么它就不会显示这个问题了