Axis Plugin: java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean

Posted yexianyi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Axis Plugin: java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean相关的知识,希望对你有一定的参考价值。

Issue:

When you use Axis2 Service Archiver plugin for Eclipse, you may got following exception.

java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean

Reason:

I think this is a bug for Axis plugin, because the old cache data for your last operation is not deleted when you restart eclipse.

Solution:

Delete folder: workspace/.metadata/.plugins/Axis2_Service_Archiver

以上是关于Axis Plugin: java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean的主要内容,如果未能解决你的问题,请参考以下文章

[JavaWebService-axis]-环境搭建

axis2 service archiver 空界面

Axis 1.4 Axis:管理工具在尝试使用maven部署服务时出错。

eclipse插件 axis2 1.7.9.jar

Axis2生成wsdl客户端代码并实现webservice调用

如何在Apache Axis Web Service(SOAP)中添加基本身份验证?