You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2005/10/11 16:15:32 UTC

[jira] Reopened: (AXISCPP-827) ManyTypeRefRoot test failed with Guththila

     [ 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