Re: Client generation based on swagger.json generated by swagger2feature

2017-01-16 Thread Vjacheslav V. Borisov
With @io.swagger.annotations.Api annotation everything works! 2017-01-13 15:58 GMT+04:00 Vjacheslav V. Borisov : > I am using cxf 3.1.9, I Downloaded demo from trunk, it is working (tags > generated) > will check farther, thanks > > 2017-01-12 17:06 GMT+04:00 Sergey Beryozkin : > >> Hi >> >> Whi

Re: Client generation based on swagger.json generated by swagger2feature

2017-01-13 Thread Vjacheslav V. Borisov
I am using cxf 3.1.9, I Downloaded demo from trunk, it is working (tags generated) will check farther, thanks 2017-01-12 17:06 GMT+04:00 Sergey Beryozkin : > Hi > > Which CXF version do you use ? And do you mean "multiple JAXRS endpoints" > or a single endpoint with multiple root resources ? > B

Re: Client generation based on swagger.json generated by swagger2feature

2017-01-12 Thread Sergey Beryozkin
Hi Which CXF version do you use ? And do you mean "multiple JAXRS endpoints" or a single endpoint with multiple root resources ? Both options work in CXF demos (ex, jax_rs/spring_boot) and description_swagger2_web Sergey On 12/01/17 08:55, Vjacheslav V. Borisov wrote: Hi! Experimenting with