Unable to deploy a osgi bundle containing a camel route defined via aries blueprint in Websphere 8.5

三世轮回 提交于 2019-12-03 22:09:21
mani

WebSphere does not support custom namespace extension (other than the one provided by IBM). The main reason being it runs on Aries (Blueprint container) isolated runtime. There are two options

  • Use camel api instead of blueprint tags
  • Use other container (for e.g. Karaf) which supports custom namespace extension

Karaf is a friendly container for camel.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!