简体   繁体   English

IBM WebSphere 8.5 Liberty Profile不支持Jax-ws

[英]Jax-ws not supported by IBM WebSphere 8.5 Liberty Profile

While trying to deploy a JAX-WS application in WebSphere 8.5 Liberty profile is throwing "JAXWS" not supported error. 尝试在WebSphere 8.5 Liberty概要文件中部署JAX-WS应用程序时,抛出“ JAXWS”不受支持的错误。 Tried to configure the feature manager but cant find JAX-WS plugin in it. 试图配置功能管理器,但无法在其中找到JAX-WS插件。

Which version you downloaded? 您下载了哪个版本? Please download the latest one from here . 请从此处下载最新版本。 For jax-ws you need to download and install also extended part - wlp-extended-8.5.5.5.jar . 对于jax-ws,您还需要下载并安装扩展部分wlp-extended-8.5.5.5.jar

To verify that you have jax-ws-2.2 feature run the following command: 要验证您是否具有jax-ws-2.2功能,请运行以下命令:

C:\WebSphere\wlp\bin>productInfo featureInfo

you should have: jaxws-2.2 [1.0.0] in the list. 您应该具有:列表中的jaxws-2.2 [1.0.0]

Once you install the feature, if you are using Eclipse, you will need to refresh the available features. 安装功能部件后,如果使用的是Eclipse,则需要刷新可用的功能部件。 Do following: 请执行以下操作:

  • Go to Window > Preferences > Server Runtime Environments 转到Window > Preferences > Server Runtime Environments
  • Select Liberty runtime and click Edit 选择Liberty运行时,然后单击“ Edit
  • Click Advanced options... link 单击Advanced options...链接
  • And click Refresh . 然后点击Refresh

Then jax-ws feature should be visible while configuring server.xml . 然后在配置server.xml应该可以看到jax-ws功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM