Re: Add Swagger Annotations to generated Java classes from WADL and XSD

2018-09-19 Thread Andriy Redko
Hi Aishwarya, Awesome, glad to hear you pulled it off. I afraid with wadl2java there complications, the extensions model is not supported by the plugin, and we also have an issue https://issues.apache.org/jira/browse/CXF-6757 for that, it would be great to resume work on it but it may take

***UNCHECKED*** Re: Re: Adding resourcePackages in OpenAPICustomizer

2018-09-19 Thread Andrey Redko
Hey Irfan, Its https://issues.apache.org/jira Thanks. Best Regards, Andriy Redko On Wed, Sep 19, 2018, 9:53 AM Irfan Pasha wrote: > Hi Andrey, > > What is the Jira link for logging bugs in CXF ? > > On Fri, Sep 14, 2018 at 8:38 AM Irfan Pasha wrote: > > > Sure Andrey, will do. > > > > On

Re:

2018-09-19 Thread Irfan Pasha
I am running into this issue with cxf-core.3.2.6.jar in AIX. I do not have any issues with cxf-core-3.2.4.jar, I think it is a bug. Can you please confirm ? Reason: Type 'com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl' (current frame, stack[2]) is not assignable to

***UNCHECKED*** Re: Adding resourcePackages in OpenAPICustomizer

2018-09-19 Thread Irfan Pasha
Hi Andrey, What is the Jira link for logging bugs in CXF ? On Fri, Sep 14, 2018 at 8:38 AM Irfan Pasha wrote: > Sure Andrey, will do. > > On Thu, Sep 13, 2018 at 9:17 AM Andrey Redko wrote: > >> Hey Irfan, >> >> Looks like you are doing everything right, would you mind please to open >> an

Re: Add Swagger Annotations to generated Java classes from WADL and XSD

2018-09-19 Thread aishwarya . s1910
Hi Andriy, I was able to customize xjc plugin by creating an extension for adding Swagger annotations to generated classes from XSD. Thanks for the idea. Just want to know if customized extensions can also be applied to wadl2java plugin. I can see from the documentation that some extensions