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


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]

Reply via email to