Apache Karaf vs. Servicemix

前端 未结 4 1832
小蘑菇
小蘑菇 2021-01-30 18:25

Is anyone using Karaf instead of Servicemix? If so, how did you come to this decision? I\'m aware that Servicemix adds a layer of functionality around Karaf, just curious if K

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-30 18:29

    Karaf does NOT come with CXF.

    Its pure extracted kernel of ServiceMix. However, you can install CXF on Karaf as below.

    karaf:root()> feature:repo:add cxf

    Once the feature URL is added we can see the "provided" features by using the following command.

    karaf:root()> feature:repo:feature:list | grep cxf

    To install cxf fire the command below

    karaf:root()> feature:install cxf

提交回复
热议问题