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