OpenESB:(如何)我可以部署外部创建的 BPEL 流程吗?
我已经下载了 OpenESB-Netbeans 捆绑包。 它可用于创建和部署(运行)BPEL 流程。
但我需要的是能够部署外部创建的 BPEL 流程。
我的外部流程来自 Enterprise Architect,仅包含两个文件 .bpel
和 .wsdl
。
编辑:
遗憾的是,Enterprise Architect 只创建 BPEL 1.x 文件,而 Netbeans 的 BPEL 编辑器不支持这些文件。
I have downloaded the OpenESB-Netbeans bundle.
It can be used to create and deploy (run) BPEL processes.
But what I need is to be able to deploy an externally-created BPEL process.
My external process comes from Enterprise Architect and consists just of two files .bpel
and .wsdl
.
EDIT:
Enterprise Architect sadly only creates BPEL 1.x files, which are not supported by Netbeans' BPEL editor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 netbeans 中创建一个 bpel 模块,可以将 bpel 文件和 wsdl 放入其中。完成后确保没有错误。
然后创建一个复合应用程序项目,向其中添加 bpel 模块项目。然后您就可以部署它。
You'll need to create a bpel module in netbeans into which you can put your bpel file and the wsdl. Once done make sure there are no errors.
Then create a composite application project to which you add your bpel module project. You can then deploy that.