简体   繁体   English

WSO2应用程序服务器中的更新服务组

[英]Update Service Group in WSO2 Application Server

Problem : I am facing difficulty in updating a service group in WSO2 Application server. 问题:我在更新WSO2应用程序服务器中的服务组时遇到困难。

Environment details : WSO2 Application Server 5.2.1 Using Eclipse to create Java Classes Using option "Services -> JarService" to create service in WSO2 环境详细信息:WSO2 Application Server 5.2.1使用Eclipse创建Java类使用选项“服务-> JarService”在WSO2中创建服务

Scenario : I create web services using the option "Services -> jarservice" in WSO2 from a Jar which had multiple classes implemented (lets say 6 methods in 6 classes). 场景:我在WSO2中使用选项“服务-> jarservice”从一个实现了多个类的Jar中创建Web服务(假设在6个类中有6个方法)。 I was given an option to create a Service Group Name while doing this procedure. 在执行此过程时,可以选择创建服务组名称。 I have given a service group name (lets say Utilities). 我给了一个服务组名称(让我们说Utilities)。 I was able to find all the services getting created under this group which is what I expected. 我能够找到该组下创建的所有服务,这正是我的期望。

But here comes the problem. 但是问题来了。 I wanted to create another service under the same service group (which is usual in any practical scenario). 我想在同一服务组下创建另一个服务(这在任何实际情况下都是常见的)。 I am unable to do so. 我无法这样做。 Any pointers on this? 关于这个有什么建议吗?

WSO2应用程序服务器:服务组属性

Tried hard to find pointers on this but I was unsuccessful. 试图找到有关的指示,但我没有成功。 Any help would be appreciated. 任何帮助,将不胜感激。

At the moment, Application server UI does not have request functionality. 目前,Application Server UI不具有请求功能。 Ie adding another service to an existing service group. 即将另一个服务添加到现有服务组。

But you can update the services.xml of the service archive (.aar file). 但是您可以更新服务档案(.aar文件)的services.xml。 You can download this archive from the services list page of the UI. 您可以从用户界面的服务列表页面下载此存档。

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

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