176142998

            BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
            116 Posts :: 0 Stories :: 45 Comments :: 0 Trackbacks
          12:52:31,162  INFO Logger:51 - Logging using commons-logging.
          12:52:31,287  INFO DWRServlet:51 - retrieved system configuration file: weblogic.utils.zip.SafeZipFileInputStream@2453319
          12:52:31,334  INFO DefaultConfiguration:51 - Creator 'jsf' not loaded due to NoClassDefFoundError. This is only an problem if you wanted to use it. Cause: javax/faces/el/ValueBinding (jsf-api.jar)
          12:52:31,349  INFO DefaultConfiguration:51 - Creator 'pageflow' not loaded due to ClassNotFoundException. This is only an problem if you wanted to use it. Cause: Beehive/Weblogic Creator not available. (可以不用理會)
          12:52:31,349  INFO DefaultConfiguration:51 - Creator 'script' not loaded due to NoClassDefFoundError. This is only an problem if you wanted to use it. Cause: org/apache/bsf/BSFException (bsf-2.3.0.jar)
          12:52:31,412  INFO DefaultConfiguration:51 - Converter 'jdom' not loaded due to NoClassDefFoundError. This is only an problem if you wanted to use it. Cause: org/jdom/Document  (jdom-1.0.jar)
          12:52:31,443  INFO DefaultConfiguration:51 - Converter 'hibernate' not loaded due to ClassNotFoundException. This is only an problem if you wanted to use it. Cause: Failed to find either org.hibernate.Hibernate or net.sf.hibernate.Hibernate (hibernate-3.0.1.jar ).
          12:52:31,459  INFO DefaultConverterManager:51 - Type 'org.jdom.Document' is not convertable due to missing converter 'jdom'. This is only an problem if you wanted to use it.
          12:52:31,459  INFO DefaultConverterManager:51 - Type 'org.jdom.Element' is not convertable due to missing converter 'jdom'. This is only an problem if you wanted to use it.

          添加相應的包,
          http://www.findjar.com/jar/jdom/jars/jdom-1.0.jar.html
          http://www.java2s.com/Code/Jar/Spring-Related/Downloadjsfapijar.htm
          查找相應的CLASS,下載包


          13:20:43,131  WARN DefaultConverterManager:59 - Missing type info for save_yhsj(0<0>). Assuming this is a map with String keys. Please add to <signatures> in dwr.xml
          13:20:43,131  WARN DefaultConverterManager:59 - Missing type info for save_yhsj(0<1>). Assuming this is a map with String keys. Please add to <signatures> in dwr.xml
          13:20:43,146  INFO ExecuteQuery:51 - Exec[0]: FyglImpl.save_yhsj()

          在頁面中:
          function saveSjjl(){
             var param=new Object();
             param["S_nbxh"]=document.form1.S_nbxh.value;
             param["S_yhmc"]=document.form2.S_yhmc.value;
             param["D_cbsj"]=document.form2.D_cbsj.value;
             param["S_rqsj"]=document.form2.S_rqsj.value;
             param["S_cbry"]=document.form2.S_cbry.value;
             FyglImpl.save_yhsj(param,{
              callback:function(str) {
               $('saveSjjl').disabled = true;
               alert("保存成功!");
              },
              timeout:5000,
                errorHandler:function(message) { alert("Oops: " + message); }
             });
            }
          CLASS中:
          public void save_yhsj(Map param) {}
          解決方法:
          <signatures>
            <![CDATA[
              import java.util.Map;
              import com.fygl.implement.FyglImpl;
              FyglImpl.save_yhsj(Map<String,String> param);
              ]]>
           </signatures>
          posted on 2008-09-05 13:07 飛飛 閱讀(2850) 評論(2)  編輯  收藏

          Feedback

          # re: dwr使用中BUG一覽[未登錄] 2016-06-16 10:39 cz
          解決方法:
          <signatures>
          <![CDATA[
          import java.util.Map;
          import com.fygl.implement.FyglImpl;
          FyglImpl.save_yhsj(Map<String,String> param);
          ]]>
          </signatures>
          這個解決辦法可以說的詳細一點嗎  回復  更多評論
            

          # re: dwr使用中BUG一覽[未登錄] 2016-06-16 10:45 cz
          Missing type info for userLogin(0<0>). Assuming this is a map with String keys. Please add to <signatures> in dwr.xml
          Missing type info for userLogin(0<1>). Assuming this is a map with String keys. Please add to <signatures> in dwr.xml
          我也又出現這個問題,看不懂你的解釋  回復  更多評論
            


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 育儿| 安阳市| 共和县| 巴彦淖尔市| 瑞丽市| 荥阳市| 河池市| 钟山县| 绥宁县| 定西市| 长沙市| 四会市| 泰州市| 靖宇县| 阿克陶县| 观塘区| 德庆县| 彩票| 甘谷县| 德安县| 湾仔区| 望奎县| 彭山县| 乐亭县| 南部县| 镇巴县| 嘉定区| 墨竹工卡县| 新干县| 县级市| 伊宁市| 容城县| 苏尼特右旗| 滕州市| 沂源县| 清丰县| 淮南市| 翼城县| 肇州县| 承德市| 呈贡县|