1

我正在使用Spring 3.05andDWR 3.0rc1在我的应用程序中进行 AJAX 调用。在本地环境中,即 Eclipse 和 Tomcat 服务器,它工作正常,但在集群环境中,我在调用时遇到以下错误,DWR并且脚本错误即将到来,说DWR未定义,但我能够myApplication/dwr/index.html正确看到。

错误日志:

由于 org.directwebremoting.create.ScriptedCreator 上的 NoClassDefFoundError 而跳过“脚本”。原因:org/apache/bsf/BSFException

由于 org.directwebremoting.beehive.PageFlowCreator 上的 ClassNotFoundException 而跳过“页面流”。原因:Beehive/Weblogic jar 文件不可用。

添加创建者类型:none = class org.directwebremoting.create.NullCreator

添加创建者类型:new = class org.directwebremoting.create.NewCreator

请帮帮我

4

1 回答 1

0

在我看来,jar 不包含在类路径中。你能检查它是否包括在内吗?

于 2012-05-10T06:10:44.380 回答