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 飛飛 閱讀(2851) 評論(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
          我也又出現這個問題,看不懂你的解釋  回復  更多評論
            


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


          網站導航:
           
          主站蜘蛛池模板: 水城县| 蒙阴县| 柞水县| 桐城市| 临泉县| 林芝县| 谷城县| 子长县| 吉林省| 五大连池市| 禹城市| 永福县| 江陵县| 思南县| 望谟县| 京山县| 济源市| 福建省| 额济纳旗| 金门县| 深水埗区| 义乌市| 呼伦贝尔市| 绥棱县| 榆树市| 易门县| 海安县| 游戏| 仁寿县| 鄂托克前旗| 仪陇县| 白山市| 遂川县| 稻城县| 三明市| 潜江市| 革吉县| 临沧市| 独山县| 湘阴县| 昌图县|