Results 1 to 2 of 2

Thread: java.lang.VerifyError: javax/xml/soap/SOAPElement.getElementQName()Ljavax/xml/namespa

  1. #1
    Join Date
    Jul 2011
    Posts
    8

    Unhappy java.lang.VerifyError: javax/xml/soap/SOAPElement.getElementQName()Ljavax/xml/namespa

    Hi,

    Any reason for this? I am deployign my webservice client on WEBSPHERE Portal 6.1, with PARENT_LAST and having all latest Xerces, Xalan, Xml-apis jars bundeled insider WAR's WEB-ING/lib folder.

    Please help as I am facing this exception for a while now and not able to move further.

    Caused by: java.lang.VerifyError: javax/xml/soap/SOAPElement.getElementQName()Ljavax/xml/namespace/QName;
    at org.springframework.ws.soap.saaj.Saaj13Implementat ion.getName(Saaj13Implementation.java:68)
    at org.springframework.ws.soap.saaj.SaajSoapEnvelope. getBody(SaajSoapEnvelope.java:53)
    at org.springframework.ws.soap.AbstractSoapMessage.ge tSoapBody(AbstractSoapMessage.java:36)
    at org.springframework.ws.soap.AbstractSoapMessage.ge tPayloadResult(AbstractSoapMessage.java:51)
    at org.springframework.ws.support.MarshallingUtils.ma rshal(MarshallingUtils.java:81)
    at org.springframework.ws.client.core.WebServiceTempl ate$2.doWithMessage(WebServiceTemplate.java:352)
    at org.springframework.ws.client.core.WebServiceTempl ate.doSendAndReceive(WebServiceTemplate.java:530)
    at org.springframework.ws.client.core.WebServiceTempl ate.sendAndReceive(WebServiceTemplate.java:496)
    at org.springframework.ws.client.core.WebServiceTempl ate.marshalSendAndReceive(WebServiceTemplate.java: 343)
    at org.springframework.ws.client.core.WebServiceTempl ate.marshalSendAndReceive(WebServiceTemplate.java: 337)
    at org.springframework.ws.client.core.WebServiceTempl ate.marshalSendAndReceive(WebServiceTemplate.java: 329)

  2. #2
    Join Date
    Jul 2011
    Posts
    8

    Default

    I got through with latest self extracting jar JAXB2_20110512 which loads the latest jaxb-api and jaxb-Impl jars.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •