[
https://issues.apache.org/jira/browse/AXIOM-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549950#comment-13549950
]
Hudson commented on AXIOM-444:
------------------------------
Integrated in ws-axiom-trunk #1347 (See
[https://builds.apache.org/job/ws-axiom-trunk/1347/])
* AXIOM-444: Fixed incompatibility with Spring-WS 2.1.2.
* Fixed a couple of other issues discovered while implementing this. (Revision
1431544)
Result = FAILURE
veithen :
Files :
*
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMContainer.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMDocument.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFactory.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/soap/SOAPMessage.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/IContainer.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMContainerHelper.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentFragmentImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/DocumentImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/ElementImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/SOAPEnvelopeImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/soap/impl/dom/SOAPMessageImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMDocumentImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMElementImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/OMSourcedElementImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/soap/impl/llom/SOAPEnvelopeImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/soap/impl/llom/SOAPMessageImpl.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/soap/impl/llom/soap12/SOAP12Factory.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/OMTestSuiteBuilder.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/document/TestAddChildWithExistingDocumentElement.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/message/TestSetOMDocumentElement.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/message/TestSetOMDocumentElementNonSOAPEnvelope.java
* /webservices/commons/trunk/modules/axiom/systests/pom.xml
* /webservices/commons/trunk/modules/axiom/systests/spring-ws-tests
* /webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/pom.xml
* /webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src
* /webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java/org
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java/org/apache
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java/org/apache/axiom
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws
*
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/AxiomSoapMessageFactoryTest.java
> Incompatibility between Axiom 1.2.14 and Spring-WS 2.1.2
> --------------------------------------------------------
>
> Key: AXIOM-444
> URL: https://issues.apache.org/jira/browse/AXIOM-444
> Project: Axiom
> Issue Type: Bug
> Components: API
> Affects Versions: 1.2.14
> Reporter: Andreas Veithen
> Assignee: Andreas Veithen
> Fix For: 1.2.15
>
>
> When using the latest Spring-WS release (2.1.2; which was built for Axiom
> 1.2.13) with Axiom 1.2.14, the following exception may occur:
> java.lang.NoSuchMethodError:
> org.apache.axiom.soap.SOAPFactory.createSOAPMessage(Lorg/apache/axiom/om/OMXMLParserWrapper;)Lorg/apache/axiom/soap/SOAPMessage;
> at
> org.springframework.ws.soap.axiom.AxiomSoapMessage.<init>(AxiomSoapMessage.java:99)
> at
> org.springframework.ws.soap.axiom.AxiomSoapMessageFactory.createWebServiceMessage(AxiomSoapMessageFactory.java:189)
> SOAPFactory#createSOAPMessage(OMXMLParserWrapper) was an internal method
> expected to be called only by the builder and it no longer exists in Axiom
> 1.2.14. Spring-WS actually always passes null to that method and it should
> therefore use SOAPFactory#createSOAPMessage().
> While waiting for this to be fixed in Spring-WS, the workaround is to
> reintroduce SOAPFactory#createSOAPMessage(OMXMLParserWrapper) as a deprecated
> method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]