如下警告:
警告: 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当然报警告错误了。
分享到:
相关推荐
<import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/> <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
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../../...
出现以下报错,替换/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
<li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div ...
VirtIO硬盘与网卡驱动。 官方下载地址:https://fedorapeople.org/groups/virt/virtio-win/ ...旧版:https://fedorapeople.org/groups/virt/virtio-win/deprecated-isos/ 用于制作OpenStack镜像。
@Deprecated public Context getContext() { return this; } @Override public void startActivityForResult(IPlugin command, Intent intent, int requestCode) { super.startActivityForResult(intent, ...
<div id="map"></div> <script type="text/javascript"> // 初始化地图 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.rpm for redhat
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. <br><br>...
linux AS5 下安转oracle10g所缺的包
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 ...
*>>>FilterDispatcher<<<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\v4.14.1\win32-x64-83_binding.node
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 下载
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 | ...
采用uvc驱动,在arm-linux下移植usb 摄像头成功,且通过uvccapture工具,成功捕获摄像头图像。...[root@tri-boys /opt]# ./uvccapture -v -m ... Camera gain level is -1 Saving image to: snap.jpg
<property name="hibernate.cache.use_second_level_cache">true</property> <property name="hibernate.cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</property> ``` 接下来,...
entry: './src/main.js', output: { path: path.resolve(__dirname, 'dist'), filename: '[name].bundle.js' }, module: { rules: [ { test: /\.vue$/, loader: 'vue-loader' }, { test: /\.js$/, ...