You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/01/06 02:37:00 UTC

[jira] [Created] (CXF-8397) org.apache.cxf.systest.ws.rm.SequenceTest.testOnewayAnonymousAcksSuppressedAsyncExecutor

Andriy Redko created CXF-8397:
---------------------------------

             Summary: org.apache.cxf.systest.ws.rm.SequenceTest.testOnewayAnonymousAcksSuppressedAsyncExecutor
                 Key: CXF-8397
                 URL: https://issues.apache.org/jira/browse/CXF-8397
             Project: CXF
          Issue Type: Sub-task
            Reporter: Andriy Redko
            Assignee: Andriy Redko


{noformat}
java.lang.AssertionError: 
Unexpected number of outbound messages
[0] : <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://cxf.apache.org/greeter_control/Greeter/greetMeOneWayRequest</Action><MessageID xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">urn:uuid:b16283b9-a00f-432a-8767-43f01f4d1530</MessageID><To xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:13728/SoapContext/GreeterPort</To><wsrm:Sequence soap:mustUnderstand="1" xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"><wsrm:Identifier>urn:uuid:a59c1f3a-a03c-481c-aac7-c6f18dc35fd2</wsrm:Identifier><wsrm:MessageNumber>1</wsrm:MessageNumber></wsrm:Sequence></soap:Header><soap:Body><greetMeOneWay xmlns="http://cxf.apache.org/greeter_control/types"><requestType>once</requestType></greetMeOneWay></soap:Body></soap:Envelope>
[1] : <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://cxf.apache.org/greeter_control/Greeter/greetMeOneWayRequest</Action><MessageID xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">urn:uuid:6c014d3a-de3a-4d8d-8d7d-c6102efd3fdf</MessageID><To xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://localhost:13728/SoapContext/GreeterPort</To><wsrm:Sequence soap:mustUnderstand="1" xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"><wsrm:Identifier>urn:uuid:a59c1f3a-a03c-481c-aac7-c6f18dc35fd2</wsrm:Identifier><wsrm:MessageNumber>3</wsrm:MessageNumber></wsrm:Sequence></soap:Header><soap:Body><greetMeOneWay xmlns="http://cxf.apache.org/greeter_control/types"><requestType>thrice</requestType></greetMeOneWay></soap:Body></soap:Envelope> expected:<1> but was:<2>
	at org.apache.cxf.systest.ws.rm.SequenceTest.testOnewayAnonymousAcksSuppressed(SequenceTest.java:460)
	at org.apache.cxf.systest.ws.rm.SequenceTest.testOnewayAnonymousAcksSuppressedAsyncExecutor(SequenceTest.java:416)
 {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)