【发布时间】:2013-06-20 14:23:01
【问题描述】:
我有一个 spring-context.xml 和一个 blueprint.xml。在 blueprint.xml 中,我正在创建一个连接到不同项目中的类的 bean。
好吧,我开始为 OSGI 使用 Springs 动态模块从 OSGI 容器(正在工作)加载配置文件,但现在我注意到创建 blueprint.xml 中定义的 bean 时出现错误
如果我在我的 spring 上下文文件中定义 OSGI 属性,我是否不再需要蓝图?
在蓝图中,我有这个
我将如何使用 OSGI 动态模块来模仿它?
【问题讨论】:
标签: java spring blueprint-osgi