[ http://issues.apache.org/jira/browse/AXISCPP-770?page=comments#action_12317159 ]
Dushshantha Chandradasa commented on AXISCPP-770: ------------------------------------------------- I tested Xerces c++ 2.6.0 with Axis C++. It didnt give any Build breakages and all samples are working fine. What i did was i just used Xerces c++ 2.6.0 in place of Xerces c++ 2.2 . It simply worked. I think we can move to Xerces c++ 2.6.0 without any major changes to the system. Any thoughts on this please... Dushshantha > const AnyElement* XMLParserXerces::next(bool isCharData) crashes > ---------------------------------------------------------------- > > Key: AXISCPP-770 > URL: http://issues.apache.org/jira/browse/AXISCPP-770 > Project: Axis-C++ > Type: Bug > Components: Parser Library - Xerces > Versions: 1.5 Final > Environment: linux 2.6.11 > Reporter: jose > > The function const AnyElement* XMLParserXerces::next(bool isCharData) of > XMLParserXerces.cpp crashes on the next line: > bCanParseMore = m_pParser->parseNext(m_ScanToken); > I have tested with xerces 2.2 and with xerces 2.6 and the problem continues. > If I HTTP GET the Web Services List via http://localhost:8080/axis/ the > parser works fine for the server.wsdd file, but when I > call the web service example Calculator and the engine tries to parse the > soap request in process(), then crashes. > P.D.: Please, migrate to stable xerces 2.6 -- 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
