websphere 8.5自由配置文件中不支持wasJmsClient

cia*_*ley 3 ear jms websphere-liberty eclipse-kepler

我在本地集成在eclipse kepler中的自由配置文件上部署EAR项目时遇到了麻烦.它返回以下错误:

Application 'App-Name' requires feature wasJmsClient, 
which is not supported by WebSphere Application Server V8.5 liberty profile. 

Reason:
Application 'App-Name' requires feature wasJmsClient, 
which is not supported by WebSphere Application Server V8.5 liberty profile. 
Run Code Online (Sandbox Code Playgroud)

我已经阅读了IBM文档,该文档表明您需要在server.xml中为此功能添加suppport.我做到了这一点,没有任何恶意.

我的server.xml看起来像这样:

Application 'App-Name' requires feature wasJmsClient, 
which is not supported by WebSphere Application Server V8.5 liberty profile. 

Reason:
Application 'App-Name' requires feature wasJmsClient, 
which is not supported by WebSphere Application Server V8.5 liberty profile. 
Run Code Online (Sandbox Code Playgroud)

关于我哪里出错的任何建议?谢谢

Ala*_*air 8

Liberty配置文件分为两个jar文件,一个运行时jar和一个可选的扩展jar.如果要使用JMS,还需要安装扩展jar.根据问题中的信息,这可能会丢失.您可以从wasdev.net下载运行时和扩展jar .

您可以通过运行来检查是否安装了wasJmsClient和wasJmsServer功能:

productInfo featureInfo

在wlp/bin文件夹中找到的命令.