﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-ice world-最新评论</title><link>http://www.blogjava.net/icewee/CommentsRSS.aspx</link><description>There is nothing too difficult if you put your heart into it.</description><language>zh-cn</language><pubDate>Sun, 09 Apr 2017 08:28:28 GMT</pubDate><lastBuildDate>Sun, 09 Apr 2017 08:28:28 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Error 1935的解决方法</title><link>http://www.blogjava.net/icewee/archive/2016/08/04/361054.html#431452</link><dc:creator>mentoruser</dc:creator><author>mentoruser</author><pubDate>Thu, 04 Aug 2016 08:00:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/08/04/361054.html#431452</guid><description><![CDATA[我安装上面的方法成功了，各位同学们，千万别忘记修改注册表后重启电脑：）<img src ="http://www.blogjava.net/icewee/aggbug/431452.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">mentoruser</a> 2016-08-04 16:00 <a href="http://www.blogjava.net/icewee/archive/2016/08/04/361054.html#431452#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: CXF+Spring+Tomcat简明示例</title><link>http://www.blogjava.net/icewee/archive/2016/07/23/382399.html#431296</link><dc:creator>无异</dc:creator><author>无异</author><pubDate>Sat, 23 Jul 2016 07:01:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/07/23/382399.html#431296</guid><description><![CDATA[请问有没有遇到这个问题的?<br><br>org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'wbService': Invocation of init method failed; nested exception is java.lang.VerifyError: (class: com/wfy/service/jaxws_asm/Aaaa, method: setUserName signature: (Ljava/lang/String;)V) Illegal instruction found at offset 1<br>	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1507)<br>	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)<br>	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)<br>	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:299)<br>	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)<br>	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:295)<br>	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)<br>	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:644)<br>	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)<br>	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:493)<br>	at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:389)<br>	at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:294)<br>	at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)<br>	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4887)<br>	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381)<br>	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)<br>	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)<br>	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)<br>	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)<br>	at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1113)<br>	at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1671)<br>	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)<br>	at java.util.concurrent.FutureTask.run(FutureTask.java:262)<br>	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)<br>	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)<br>	<img src ="http://www.blogjava.net/icewee/aggbug/431296.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">无异</a> 2016-07-23 15:01 <a href="http://www.blogjava.net/icewee/archive/2016/07/23/382399.html#431296#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: CXF+Spring+Tomcat简明示例</title><link>http://www.blogjava.net/icewee/archive/2016/07/16/382399.html#431218</link><dc:creator>chiangpan</dc:creator><author>chiangpan</author><pubDate>Sat, 16 Jul 2016 09:44:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/07/16/382399.html#431218</guid><description><![CDATA[CXF版本不同，有些其实不需要&lt;import resource=&quot;classpath:META-INF/cxf/cxf-extension-soap.xml&quot; /&gt;这些配置<img src ="http://www.blogjava.net/icewee/aggbug/431218.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">chiangpan</a> 2016-07-16 17:44 <a href="http://www.blogjava.net/icewee/archive/2016/07/16/382399.html#431218#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Failed to load JavaHL Library解决方法[未登录]</title><link>http://www.blogjava.net/icewee/archive/2016/05/29/396594.html#430696</link><dc:creator>小明</dc:creator><author>小明</author><pubDate>Sun, 29 May 2016 04:40:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/05/29/396594.html#430696</guid><description><![CDATA[顶顶顶<img src ="http://www.blogjava.net/icewee/aggbug/430696.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">小明</a> 2016-05-29 12:40 <a href="http://www.blogjava.net/icewee/archive/2016/05/29/396594.html#430696#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Linux 64bit下Weblogic11安装手册</title><link>http://www.blogjava.net/icewee/archive/2016/05/10/395377.html#430425</link><dc:creator>vitre</dc:creator><author>vitre</author><pubDate>Tue, 10 May 2016 08:00:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/05/10/395377.html#430425</guid><description><![CDATA[你好、可以给一下安装文件吗？<img src ="http://www.blogjava.net/icewee/aggbug/430425.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">vitre</a> 2016-05-10 16:00 <a href="http://www.blogjava.net/icewee/archive/2016/05/10/395377.html#430425#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java Tomcat SSL 服务端/客户端双向认证（一）[未登录]</title><link>http://www.blogjava.net/icewee/archive/2016/04/28/379947.html#430282</link><dc:creator>su</dc:creator><author>su</author><pubDate>Thu, 28 Apr 2016 09:31:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/04/28/379947.html#430282</guid><description><![CDATA[谢谢分享<img src ="http://www.blogjava.net/icewee/aggbug/430282.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">su</a> 2016-04-28 17:31 <a href="http://www.blogjava.net/icewee/archive/2016/04/28/379947.html#430282#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Failed to load JavaHL Library解决方法</title><link>http://www.blogjava.net/icewee/archive/2016/04/23/396594.html#430212</link><dc:creator>小代</dc:creator><author>小代</author><pubDate>Sat, 23 Apr 2016 01:41:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/04/23/396594.html#430212</guid><description><![CDATA[牛<img src ="http://www.blogjava.net/icewee/aggbug/430212.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">小代</a> 2016-04-23 09:41 <a href="http://www.blogjava.net/icewee/archive/2016/04/23/396594.html#430212#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java Tomcat SSL 服务端/客户端双向认证（一）[未登录]</title><link>http://www.blogjava.net/icewee/archive/2016/04/06/379947.html#429985</link><dc:creator>luo</dc:creator><author>luo</author><pubDate>Wed, 06 Apr 2016 03:27:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/04/06/379947.html#429985</guid><description><![CDATA[牛掰，谢谢啦，辛苦了<img src ="http://www.blogjava.net/icewee/aggbug/429985.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">luo</a> 2016-04-06 11:27 <a href="http://www.blogjava.net/icewee/archive/2016/04/06/379947.html#429985#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java获取本机IP列表</title><link>http://www.blogjava.net/icewee/archive/2016/03/14/401739.html#429650</link><dc:creator>哈哈哈</dc:creator><author>哈哈哈</author><pubDate>Mon, 14 Mar 2016 06:38:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/03/14/401739.html#429650</guid><description><![CDATA[必回<img src ="http://www.blogjava.net/icewee/aggbug/429650.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">哈哈哈</a> 2016-03-14 14:38 <a href="http://www.blogjava.net/icewee/archive/2016/03/14/401739.html#429650#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Failed to load JavaHL Library解决方法</title><link>http://www.blogjava.net/icewee/archive/2016/03/03/396594.html#429529</link><dc:creator>你大爷，开玩笑</dc:creator><author>你大爷，开玩笑</author><pubDate>Thu, 03 Mar 2016 13:54:00 GMT</pubDate><guid>http://www.blogjava.net/icewee/archive/2016/03/03/396594.html#429529</guid><description><![CDATA[太流弊了<img src ="http://www.blogjava.net/icewee/aggbug/429529.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/icewee/" target="_blank">你大爷，开玩笑</a> 2016-03-03 21:54 <a href="http://www.blogjava.net/icewee/archive/2016/03/03/396594.html#429529#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>