我在 JBoss AS 7.1 上运行的耳朵中使用骆驼 2.11-SNAPSHOT。
在部署应用程序并构建路由时(在@Singleton
@Startup
bean 中,使用@Inject
ed CdiCamelContext),我在服务器日志中收到很多警告(约 30 条):
2013-03-20 16:40:55,153 WARNING [org.apache.deltaspike.core.api.provider.BeanManagerProvider] (MSC service thread 1-2) When using the BeanManager to retrieve Beans before the Container is started, non-portable behaviour results!
在上下文开始后,我得到这个警告:
2013-03-20 16:40:56,339 WARNING [org.apache.deltaspike.core.api.provider.BeanManagerProvider] (Camel (camel-2) thread #1 - file:///tmp/exchange/tmobile/in) When using the BeanManager to retrieve Beans before the Container is started, non-portable behaviour results!
这是什么意思?我在谷歌上找不到任何有用的东西。它是一个错误吗?我配置骆驼错了吗?