0

Is there any way to deploy osgi bundles in a running equinox container through maven commands?

Any plugin available for the same?

I am posting this question after a lot of searching. I found that PAX-RUNNER could be useful. But it is working good with felix and not for equinox. Also it seems that pax runner starts a new instance of the container every time. I want my osgi bundles to be deployed in a running equinox environment and that needs to be done through maven commands.

4

1 回答 1

0

哎哟。部署必须在正在运行的 OSGi 框架内完成。现在,一些框架公开了从外部执行此操作的工具,但是如果您需要跨框架一致工作的东西,您将需要自己编写,组件之间的编排将是令人讨厌的 - 想想 OSGi 包,它公开了一个 HTTP 端点接受发布的捆绑包进行安装,以及可以发送它们的 Maven 插件。如果你写它,不要为自己保留它。

于 2013-03-20T11:07:09.010 回答