You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2006/12/05 21:12:26 UTC

[jira] Work stopped: (AXIS2-1825) changed marshaller code to be stateless

     [ http://issues.apache.org/jira/browse/AXIS2-1825?page=all ]

Work on AXIS2-1825 stopped by Rich Scheuerle.

> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org