Re:

2018-09-27 Thread Irfan Pasha
Hi Andrey, Any thoughts on this issue ? On Wed, Sep 19, 2018 at 9:58 AM Irfan Pasha wrote: > Hi, > > 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 ? > > > R

Re:

2018-09-21 Thread Irfan Pasha
at java.lang.J9VMInternals.prepare(J9VMInternals.java:291) > > IP> at java.lang.Class.getMethods(Class.java:1347) > > IP> at org.apache.cxf.helpers.DOMUtils.(DOMUtils.java:74) > > IP> On Wed, Sep 19, 2018 at 9:58 AM Irfan Pasha > wrote: >

Re:

2018-09-19 Thread Irfan Pasha
xml/messaging/saaj/soap/SOAPDocumentImpl' } at java.lang.J9VMInternals.prepareClassImpl(Native Method) at java.lang.J9VMInternals.prepare(J9VMInternals.java:291) at java.lang.Class.getMethods(Class.java:1347) at org.apache.cxf.helpers.DOMUtils.(DOMUtils.java:74) On Wed, Sep 19, 2018 at 9:58 AM

***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

Re: Adding resourcePackages in OpenAPICustomizer

2018-09-14 Thread Irfan Pasha
Andriy Redko > > On Thu, Sep 13, 2018, 7:36 AM Irfan Pasha wrote: > >> Hi Andrey, >> >> All my JAX-RS annotations and services are in demo.test.rest package and >> my webapp name is "mysrvc", so the URL is /mysrvc/app/openapi.json". >> >

Re: Adding resourcePackages in OpenAPICustomizer

2018-09-13 Thread Irfan Pasha
Hi Andrey, All my JAX-RS annotations and services are in demo.test.rest package and my webapp name is "mysrvc", so the URL is /mysrvc/app/openapi.json". Instead of using OpenAPICustomizer, if I use the below config file it works perfectly fine. { "resourcePackages": [ "d

Re: Adding resourcePackages in OpenAPICustomizer

2018-09-12 Thread Irfan Pasha
Thank you Andriy. Somehow I am not able to get it working with OpenAPICustomizer. This is what I have in my class and I get a 404 when I access it public OpenApiFeature createOpenApiFeature() { OpenApiFeature openApiFeature = new OpenApiFeature(); openApiFeature.setPrettyPrint(true); Set resourceP

Adding resourcePackages in OpenAPICustomizer

2018-09-11 Thread Irfan Pasha
Hi, Is there a way to add resourcePackages to OpenAPICustomizer from the code so that I can completely skip openapi-configuration.json ? I see that OpenAPICustomizer has the method "setClassResourceInfos", but it seems to be overkill to perform the task I was looking for. Appreciate your time to

Re: Questions on CXF OpenAPI

2018-09-05 Thread Irfan Pasha
r OAS 3.0. > > Best Regards, > Andriy Redko > > On Wed, Sep 5, 2018, 10:41 AM Irfan Pasha wrote: > >> Hi Andriy, >> >> I tried that but I still do not see any option to upload. I only see a >> text area instead of uploading option. Is that the way it should be

Re: Questions on CXF OpenAPI

2018-09-05 Thread Irfan Pasha
ks! > > Best Regards, > Andriy Redko > > On Tue, Sep 4, 2018, 9:55 PM Irfan Pasha wrote: > >> >> Hi Andrey, >> >> As always, thanks for responding so quickly. Please find below the code >> snippet of my service >> >> @PUT >> @Pat

Re: Questions on CXF OpenAPI

2018-09-04 Thread Irfan Pasha
Hi Andrey, As always, thanks for responding so quickly. Please find below the code snippet of my service @PUT @Path("/{WebAppName}") @Consumes(MediaType.MULTIPART_FORM_DATA) @Produces("application/json") @Tag(name = "Update") @Operation( summary = "Update Services",

Questions on CXF OpenAPI

2018-09-04 Thread Irfan Pasha
Hi, I have been CXF Framework for OpenAPI and its been very easy to use so far. I have few questions where I am not finding proper documentation/examples on how to do it. It would be great, if you can help me figuring out what seems to be happening. 1. To perform a file upload for the type org.a