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
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:
>
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
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
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".
>>
>
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
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
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
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
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
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",
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
12 matches
Mail list logo