ejb项目发布到websphere6.0
通过客户端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下