WSO2 - 上传 "Registry Resources Project" 到 ESB 服务器

WSO2 - Uploading "Registry Resources Project" onto ESB Server

我需要对我目前上传到 WSO2 ESB 4.8.1 服务器的 "registry" 工件(即 wsdls、xsds、xsls)进行版本控制。我现在没有使用 WSO2 GREG。我遇到了 "Registry Resources Project" 设施,我认为它可以帮助我实现这一目标。但是我不确定这个工具是只能与 GREG 一起使用还是也可以与 ESB 一起使用。有没有办法让我生成一个 CApp 项目,在其中包含上面的 "Registry Resources Project",并将其部署到我的 ESB 服务器?

我遇到过 blogs 以这种方式部署标准 ESB 工件,而不是注册表。 -

请帮忙....

您可以创建 creating registry resources documentation. Once you have created your registry resource project, then you need to create composite application archive as specified in the Creating a Composite Application Archive (CAR) file documentation 中指定的所需注册表资源。

当您创建 CAR 文件时,您需要将服务器角色指定为 EnterpriseServiceBus 以在 ESB 中部署您的注册表资源。

谢谢。