Andrey,

We have been using CXF for a long time and developed a framework in CXF
with Camel Endpoints for RESTful and SOAP Services. Now in-order to support
OpenAPI, I had to use the latest version of CXF libraries. In-order to make
sure that our framework works, we upgraded the CXF libraries to 3.2.6 and
it started failing with cxf-core only on AIX. Remaining
platforms(HPUX,Solaris,linux and Windows) ran perfectly fine.

May be it was compiled with wrong JVM, that was the reason it is failing on
AIX. Not sure though.

On Thu, Sep 20, 2018 at 7:48 AM Andriy Redko <[email protected]> wrote:

> Hi Irfan,
>
> This is interesting, in what context you are running this issue into? When
> you
> replace one single jar (cxf-core.3.2.6.jar)  with another
> (cxf-core-3.2.4.jar),
> the issue is gone? Is it only happening in AIX? Thanks.
>
> Best Regards,
>     Andriy Redko
>
> IP> I am running into this issue with cxf-core.3.2.6.jar in AIX. I do not
> have
> IP> any issues with cxf-core-3.2.4.jar, I think it is a bug. Can you please
> IP> confirm ?
>
>
> IP> Reason:
>
> IP>     Type 'com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl' (current
> frame,
> IP> stack[2]) is not assignable to
> IP> 'com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl'
>
> IP>   Current Frame:
>
> IP>     bci: @5
>
> IP>     flags: { }
>
> IP>     locals: { 'com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl' }
>
> IP>     stack: { 'uninitialized', 'uninitialized',
> IP> 'com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl' }
>
> IP>         at java.lang.J9VMInternals.prepareClassImpl(Native Method)
>
> IP>         at java.lang.J9VMInternals.prepare(J9VMInternals.java:291)
>
> IP>         at java.lang.Class.getMethods(Class.java:1347)
>
> IP>         at org.apache.cxf.helpers.DOMUtils.<clinit>(DOMUtils.java:74)
>
> IP> On Wed, Sep 19, 2018 at 9:58 AM Irfan Pasha <[email protected]>
> 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 ?
>
>
> >> Reason:
>
> >>     Type 'com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl' (current
> >> frame, stack[2]) is not assignable to
> >> 'com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl'
>
> >>   Current Frame:
>
> >>     bci: @5
>
> >>     flags: { }
>
> >>     locals: { 'com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl' }
>
> >>     stack: { 'uninitialized', 'uninitialized',
> >> 'com/sun/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.<clinit>(DOMUtils.java:74)
>
> >> Regards,
> >> Irfan
>
>
>
>
>

-- 
irfan..........................
  • Re: Irfan Pasha
    • Re: Andriy Redko
      • Re: Irfan Pasha
        • Re: Freeman Fang

Reply via email to