Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-02 Thread nino martinez wael
clean karaf 4.2 m2 with only CXF 3.2.3-SNAPSHOT D:\apache-karaf-4.2.0.M2\bin>karaf __ __ / //_/ __ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/ Apache Karaf (4.2.0.M2) Hit '' for a

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-02 Thread Jean-Baptiste Onofré
Karaf features namespace 1.4 is supported by Karaf 4.x, not 3.x. Regards JB On 03/02/2018 12:02 PM, nino martinez wael wrote: > on a clean 3.0.8: > > Microsoft Windows [Version 6.1.7601] > Copyright (c) 2009 Microsoft Corporation. All rights reserved. > > D:\apache-karaf-3.0.8\bin>karaf >

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-02 Thread nino martinez wael
on a clean 3.0.8: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. D:\apache-karaf-3.0.8\bin>karaf __ __ / //_/ __ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-02 Thread Jean-Baptiste Onofré
It seems you are mixing swagger 1 and 2 features, can you try a refresh or from a clean install ? Regards JB On 03/02/2018 11:40 AM, nino martinez wael wrote: > I get this: > > karaf@root()> feature:install aries-blueprint > karaf@root()> install -s >

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-02 Thread nino martinez wael
I get this: karaf@root()> feature:install aries-blueprint karaf@root()> install -s mvn:org.apache.cxf.samples/jax_rs_description_swagger2_osgi/3.2.3-SNAPSHOT Bundle ID: 116 Error executing command: Error installing bundles: Unable to start bundle

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-01 Thread Jean-Baptiste Onofré
Hi Nino, you have to install aries-blueprint feature. Actually, CXF feature repo should define this in order to have a smooth installation. I also proposed to install jackson bundles with cxfrs. I will prepare a PR about that. Regards JB On 03/02/2018 07:43 AM, nino martinez wael wrote: >

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-01 Thread Francois Papon
Hi, Since Karaf 4.2.x the blueprint feature is not install automatically, you have to install it before. Francois Le 02/03/2018 à 10:43, nino martinez wael a écrit : > Okay using latest karaf 4.2 m2 I get this: > > karaf@root()> feature:install cxf > Error executing command: No matching

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-03-01 Thread nino martinez wael
Okay using latest karaf 4.2 m2 I get this: karaf@root()> feature:install cxf Error executing command: No matching features for cxf/0 karaf@root()> feature:repo-add cxf 3.2.2 Adding feature url mvn:org.apache.cxf.karaf/apache-cxf/3.2.2/xml/features karaf@root()> feature:install

Re: cxf + swagger (DOSGI 2.2.0 + cxf 3.2.1)

2018-02-23 Thread nino martinez wael
I havent tried it with the "official" examples.. I'll give it a go. On Wed, Feb 21, 2018 at 10:46 AM, Colm O hEigeartaigh wrote: > Do you have exact steps to reproduce the problem? > > Colm. > > On Wed, Feb 21, 2018 at 6:06 AM, nino martinez wael < >