[ http://issues.apache.org/jira/browse/AXISCPP-827?page=all ]
     
Fred Preston reopened AXISCPP-827:
----------------------------------


Hi Chinthana,
By putting in the change that you made you have stopped chunking from working 
and so the majority of the regression tests fail.  What is happening is that if 
more than one chunk of data is read then the data after the chunk is 'held 
back' in nextChunk string.  When xerces drains the buffer it will call getBytes 
again, but because m_iBytesLeft is not zero it will not process the contents of 
the buffer and will pass back the unprocessed remainder of the message.  I 
think you will need to rethink your solution.

Regards,

Fred Preston.

> ManyTypeRefRoot test failed with Guththila
> ------------------------------------------
>
>          Key: AXISCPP-827
>          URL: http://issues.apache.org/jira/browse/AXISCPP-827
>      Project: Axis-C++
>         Type: Sub-task
>     Reporter: Dinesh Premalal
>     Assignee: Chinthana Danapala

>


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

Reply via email to