如何在Eclipse Oxygen中安装Axis2运行时?

时间:2017-06-13 08:13:46

标签: eclipse axis2 eclipse-oxygen

我正在使用最后一次Eclipse开发人员构建,Oxygen RC3 进行一些测试。我知道它只是一个RC产品,但在里程碑中,Axis2运行时没有问题。这里和现在的Axis Runtime它不存在。

Eclipse Preferences with Web Services

当我尝试运行向导并创建Web服务时,我只是看不到设置Axis2运行时的选项,只是Axis运行时。

Eclipse wizard creating Web Service

此外,我尝试安装插件,将它们移动到dropins文件夹,从命令行运行带有-console选项的Eclipse(在Apache instructions之后),当我在控制台中检查时命令ss axis2它说"Framework is launched.",我也安装了2个软件包:

Axis2 Bundles installed from Eclipse Console

不幸的是,当我尝试启动它们时,我收到了消息:BundleException:Could no resolve module: org.apache.axis2.eclipse.service.plugin [107X] Unresolved requirement: Import-Package: javax.xml.stream; version="1.0.0"

Error starting Axis2 bundles

我尝试在plugins文件夹上安装它们,但没有工作。

另外,我跟着网上冲浪的其他指南失败了。

我该怎么办?提前谢谢!

1 个答案:

答案 0 :(得分:0)

嗯,经过一番研究,我得到了解决方案! Axis2工具和CXF Web服务随Eclipse Java EE Developer Tools项目一起提供,所以我想这将是包含Axis2的软件包。

所以我只是在Eclipse Marketplace(this link)中搜索Google该软件包,然后将Install按钮拖到Eclipse SDK中。我检查并安装了Axis2 ToolsCXF Web Servicesrequired个包。

在Restar Eclipse之后,魔术已经完成了。

我有Axis2 Runtime设置: Axis2 Runtime Settings

Axis2 Code GeneratorAxis2 Service Archiver向导:

Axis2 Wizards

最后,我在Apache Axis2向导中有了Web服务运行时Web Service Client

enter image description here