`
redsky008
  • 浏览: 351856 次
  • 性别: Icon_minigender_1
  • 来自: 成都正在项目
社区版块
存档分类
最新评论

警告: Deprecated public id in dwr.xml. Use: <!DOCTYPE dwr PUBLIC "-//GetAhead Limi

 
阅读更多
如下警告:
警告: Deprecated public id in dwr.xml. Use: <!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN" "http://getahead.org/dwr//dwr30.dtd">


消灭该警告的方法:
找到引用的dwr.jar包,用winrar打开,然后将里边的org/directwebremoting/dwr.xml头文件内容(*表示版本号,如*.*表示3.0或2.0或1.0
**表示30或20或10)
<!DOCTYPE dwr PUBLIC
    "-//GetAhead Limited//DTD Direct Web Remoting *.*//EN"
    "http://directwebremoting.org/schema/dwr**.dtd">


更改为:
<!DOCTYPE dwr PUBLIC
    "-//GetAhead Limited//DTD Direct Web Remoting 3.0//EN"
    "http://directwebremoting.org/schema/dwr30.dtd">



其实就是域名问题,找不到了dtd当然报警告错误了。
分享到:
评论

相关推荐

    cxf.xml,cxf-servlet.xml,cxf-extension-soap.xml

    &lt;import resource="classpath:META-INF/cxf/cxf.xml"/&gt; &lt;import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/&gt; &lt;import resource="classpath:META-INF/cxf/cxf-servlet.xml"/&gt;

    qtcreator4.4.1.zip

    IS_GCC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I../../../src -I../../../src -I../../libs -I/opt/qt-creator-opensource-src-4.4.1/tools -I../../...

    linux php开启openssl拓展报错时候替换本机的openssl文件夹

    出现以下报错,替换/usr/local/include/openssl里面的文件之后编译成功。add_assoc_name_entry’:/data/src/php-5.6.23/ext/openssl/openssl.c:664: warning: ‘ASN1_STRING... In function ‘asn1_time_to_time_t’:/d

    Java Coding Standard.pdf

    &lt;li&gt;&lt;a href="../../../deprecated-list.html"&gt;Deprecated&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../../../index-files/index-1.html"&gt;Index&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../../../help-doc.html"&gt;Help&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div ...

    virtio-win-0.1.173.zip

    VirtIO硬盘与网卡驱动。 官方下载地址:https://fedorapeople.org/groups/virt/virtio-win/ ...旧版:https://fedorapeople.org/groups/virt/virtio-win/deprecated-isos/ 用于制作OpenStack镜像。

    使用指南:PhoneGap的CordovaWebView组件在Android原生项目中使用.

    @Deprecated public Context getContext() { return this; } @Override public void startActivityForResult(IPlugin command, Intent intent, int requestCode) { super.startActivityForResult(intent, ...

    Google Map开发房产地图实例

    &lt;div id="map"&gt;&lt;/div&gt; &lt;script type="text/javascript"&gt; // 初始化地图 function initMap() { var map = new google.maps.Map(document.getElementById('map'), { center: {lat: -34.397, lng: 150.644}, ...

    xorg-x11-deprecated-libs-6.8.2-37.FC4.49.2.1.x86_64.rpm

    xorg-x11-deprecated-libs-6.8.2-37.FC4.49.2.1.x86_64.rpm

    xorg-x11-deprecated-libs-6.8.2

    xorg-x11-deprecated-libs-6.8.2.rpm for redhat

    subclipse 1.4.1

    Subclipse is an Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE. The software is released under the Eclipse Public License (EPL) 1.0 open source license. &lt;br&gt;&lt;br&gt;...

    xorg-x11-deprecated-libs-6.9.0-1.112.16.14asp.i386.rpm

    linux AS5 下安转oracle10g所缺的包

    tensorflow-1.12支持cuda10.0

    hp@dla:~/work/ts_compile/tensorflow$ ./configure WARNING: --batch mode is deprecated. Please instead explicitly shut down your Bazel server using the command "bazel shutdown". You have bazel 0.19.1 ...

    java项目中 struts2升级为struts-2.3.16.3

    *&gt;&gt;&gt;FilterDispatcher&lt;&lt;&lt;is deprecated! Please use the new filters!* ** *This can be a source of unpredictable problems!* ** *Please refer to the docs for more details!* *...

    完美解决node-sass@4.14.1 postinstall: `node scripts/build.js` 问题

    node-sass\v4.14.1\win32-x64-83_binding.node

    Android代码-必应地图SDK

    The original Bing Maps Android SDK hosted on CodePlex is not available to access anymore, and it's deprecated since Jun 1, 2011 http://bingmapsandroidsdk.codeplex.com/ Archived: ...

    deprecated-2.0.1.gem

    deprecated-2.0.1.gem 下载

    zxing-3.2.0

    ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. ## Supported Formats | 1D product | 1D industrial | ...

    arm-linux下usb摄像头移植

    采用uvc驱动,在arm-linux下移植usb 摄像头成功,且通过uvccapture工具,成功捕获摄像头图像。...[root@tri-boys /opt]# ./uvccapture -v -m ... Camera gain level is -1 Saving image to: snap.jpg

    第29讲--为Spring集成的Hibernate配置二级缓存

    &lt;property name="hibernate.cache.use_second_level_cache"&gt;true&lt;/property&gt; &lt;property name="hibernate.cache.region.factory_class"&gt;org.hibernate.cache.ehcache.EhCacheRegionFactory&lt;/property&gt; ``` 接下来,...

    babel7.x和webpack4.x配置vue项目的方法步骤.docx

    entry: './src/main.js', output: { path: path.resolve(__dirname, 'dist'), filename: '[name].bundle.js' }, module: { rules: [ { test: /\.vue$/, loader: 'vue-loader' }, { test: /\.js$/, ...

Global site tag (gtag.js) - Google Analytics