[ http://issues.apache.org/jira/browse/AXIS2-1825?page=all ]
Rich Scheuerle updated AXIS2-1825:
----------------------------------
Attachment: patch2.txt
This patch corrects (and enables) the failing tests.
There were two problems:
1) The outbound client JAXWS message should use the protocol (SOAP 1.1/SOAP
1.2) defined by EndpointInteraface.getClientBindingID
2) The outbound server JAXWS message should use the same protocol as the
request message.
SVN Revision=482754
> changed marshaller code to be stateless
> ---------------------------------------
>
> Key: AXIS2-1825
> URL: http://issues.apache.org/jira/browse/AXIS2-1825
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Mike Rheinheimer
> Assigned To: Rich Scheuerle
> Attachments: patch.txt, patch2.txt
>
>
> A problem was detected where two parallel async calls would result in values
> "crossing over." This was due to using a single instance of the ProxyHandler
> which carried state information down to the OperationDescription level.
> Thus, the first async call worked, but all subsequent calls used the first
> call's Description. This is fixed. In the process of providing this patch,
> many many method signatures and fields were modified. The patch results in 1
> test failure, and 3 test errors. These tests have been disabled pending
> further investigation:
> ProxyTests.testInvokeWithWSDL()
> AddressBookTests.testAddressBookWithDispatch()
> MtomSampleTests.testSendImageAttachmentProperty12()
> MtomSampleTests.testSendImageAttachmentAPI12()
> Notice these all are SOAP12 version tests. Maybe that has something to do
> with the problem?
> Patch is against SVN rev 480141
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
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]