Re: [DISCUSS] Add jms-spec feature to enterprise feature

2016-10-07 Thread Guillaume Nodet
Fwiw, I've just fixed CXF-7078 which should allow the cxf jms transport to use the JMS 2.0 api. I think the best solution would be to have a JMS API bundle that exports the javax.jms package in versions 1.1 and 2.0 at the same time. Something along the following bundle:

[DISCUSS] Add jms-spec feature to enterprise feature

2016-10-07 Thread Benjamin Graf
Hi, Actually it is hard getting messaging systems working with Karaf if they are using different version of the jms API (1.1 vs 2.0) like ActiveMQ Artemis or IBM WebsphereMQ > 8. Therefor I would suggest to add a jms-spec feature for either 1.1 version and 2.0 version. This allows to add it for