[ 
https://issues.apache.org/jira/browse/AXIOM-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550529#comment-13550529
 ] 

Hudson commented on AXIOM-444:
------------------------------

Integrated in ws-axiom-trunk #1349 (See 
[https://builds.apache.org/job/ws-axiom-trunk/1349/])
    AXIOM-444: Fixed another issue revealed by r1431544. Since Spring-WS 
doesn't use OMAbstractFactory, the OMMetaFactory is not a singleton. (Revision 
1431647)

     Result = ABORTED
veithen : 
Files : 
* 
/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-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListImplFactory.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMLinkedListMetaFactory.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/systests/spring-ws-tests/src/test/java/org/apache/axiom/systest/springws/AxiomSoapMessageTest.java
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources/org
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources/org/apache
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources/org/apache/axiom
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources/org/apache/axiom/systest
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources/org/apache/axiom/systest/springws
* 
/webservices/commons/trunk/modules/axiom/systests/spring-ws-tests/src/test/resources/org/apache/axiom/systest/springws/soap-message.xml

                
> 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]

Reply via email to