简体   繁体   English

基于WSO2 ESB EI611注册表的值,用于通过Tooling进行配置

[英]WSO2 ESB EI611 registry based values for configuration from Tooling

Am able to define registry based values in EI611 Management Console and use in Inbound endpoint or Proxy Service (via Tooling). 能够在EI611管理控制台中定义基于注册表的值,并可以在入站端点或代理服务中使用(通过工具)。

<parameter key="conf:/repository/FileLocation" name="transport.vfs.FileURI"/>
<parameter key="conf:/repository/FileMoveAfterFailure" name="transport.vfs.MoveAfterFailure"/>
<parameter key="conf:/repository/FilePattern" name="transport.vfs.FileNamePattern"/>
<parameter key="conf:/repository/FileMoveAfterProcess" name="transport.vfs.MoveAfterProcess"/>

How to define registry resources from Tooling and deploy it as part of CAR and define/modify values in Management Console? 如何通过Tooling定义注册表资源并将其作为CAR的一部分进行部署,以及如何在管理控制台中定义/修改值?

I created a registry resource in DS380 tooling and did not know what type to select, hence selected "datamapper" and gave "gov" with a name. 我在DS380工具中创建了一个注册表资源,但不知道要选择哪种类型,因此选择了“ datamapper”,并给了“ gov”一个名称。 Then, resources editor opened and I cannot do anything further. 然后,资源编辑器打开,我无能为力了。 The registry is saved as 注册表另存为

.dmc .dmc

file and cant proceed further. 文件,无法继续进行。

Appreciate your help on this. 感谢您的帮助。

Create Maven Multimodule Project, then add Composite Application Project, then add Registry Resource Project. 创建Maven多模块项目,然后添加复合应用程序项目,然后添加注册表资源项目。 After, you can add resource and edit then in IDE. 之后,您可以添加资源并在IDE中进行编辑。 One you are done open Composite Application find registry resource and change role to Enterprise Integrator. 完成后,您将打开Composite Application查找注册表资源,并将角色更改为Enterprise Integrator。

Export Compositor App Project car file, deploy on server and you will see resources in server registry. 导出Compositor App Project汽车文件,部署在服务器上,您将在服务器注册表中看到资源。

在此处输入图片说明

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

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