Sunday, October 26, 2008

关于

人的世界,实际上永远是人心的折射,而人是缺乏变化的,习惯决定命运,人很难或总是懒得挑战自我。所以最大的束缚永远来自于自身,意志的力量是无穷的。
用一种尖酸刻薄的超脱来看待生命,很难说对或不对,但可以断定的是:并不精彩

Sunday, October 19, 2008

飘过

我买了个滑板!我真厉害哈哈 我就滑着从市场买菜回来了!

Sunday, October 5, 2008

axis2 in web sphere

recently we got some problem in the BLF project, which I took part in and finished the web service module.
The issue is it works well in tomcat but not in the web shpere 6 which is required by client.
after research I found that exception: NoSuchMethodError: javax/wsdl/Operation.getExtensibilityElements

and the really reason is the jar conflict.

so the solution is:

configure web sphere , in application details properties, chose class loading and update details,
  • Classes loaded with application class loader first

  • Single class loader for application
then restart application.

and ,after that change , if you get "class is not servlet" error. just remove the servlet-api jar in you war.