当前位置: 代码迷 >> WebSphere >> ejb项目公布到websphere6.0
  详细解决方案

ejb项目公布到websphere6.0

热度:2444   发布时间:2013-02-26 00:00:00.0
ejb项目发布到websphere6.0
本帖最后由 kael_fk_ 于 2011-07-21 13:54:39 编辑
    通过客户端javaswing 访问 登录报异常:
2011-7-21 13:40:08 com.ibm.ws.naming.util.Helpers
WARNING: jndiNamingException
javax.naming.NamingException: The JNDI operation "lookupExt"on the context "PC-kaelNode01Cell/nodes/PC-kaelNode01/servers/server1" with the name "ESysuserManage" failed.  Please get the root cause Throwable contained in this NamingException for more information.  Root exception is java.lang.NoClassDefFoundError: 

------解决方案--------------------------------------------------------
用 createejbstub 命令生成stub类,另外,ejb所引用的jar包需要复制到webspere路径下的java/jre/lib/ext下
  相关解决方案