I already added ifdef for __OS400__ (to throw the parser exception), but I will open a JIRA so other platforms can pursue. Thanks.
Nadir K. Amra Fred Preston <[EMAIL PROTECTED]> 03/07/2006 03:54 AM Please respond to "Apache AXIS C Developers List" <[email protected]> To "Apache AXIS C Developers List" <[email protected]> cc Subject Re: parser exception processing Hi Nadir, We could do, but that would leave the Linux platform behind and will cause problems later if we are expecting exceptions to be thrown and they are not (inconsistent behaviour across platforms is not desirable). I'll have a deeper look on Linux if I get time, but I'm busy on other things at the moment ;-) Probably the best way to track this is to raise a JIRA. Regards, Fred Preston. Nadir Amra <[EMAIL PROTECTED]> 05/03/2006 23:46 Please respond to "Apache AXIS C Developers List" To: "Apache AXIS C Developers List" <[email protected]> cc: Subject: Re: parser exception processing Fred, Cannot we ifdef the code out for linux-only until it is resolved instead of commenting out for all platforms? Nadir K. Amra Fred Preston <[EMAIL PROTECTED]> wrote on 03/02/2006 10:56:54 AM: > > Hi Nadir, > I had to take out the fix that you put back in because Linux > was failing to run with the following error:- > > Exception : DLOPEN FAILED in loading parser library Failed to load > parser within server engine: > Error Message='Success' Error Code='0' > Load lib error='/home/axistest/test_P/wscc-1.1.0- > Linux/lib/libaxis_xmlparser.so: undefined symbol: > _ZTI22HTTPTransportException' > > Regards, > > Fred Preston. > > > > Nadir Amra <[EMAIL PROTECTED]> > 01/03/2006 17:06 > Please respond to "Apache AXIS C Developers List" > > > To: "Apache AXIS C Developers List" <[email protected]> > cc: > Subject: parser exception processing > > > > > > The file xml/xerces/XMLParserXerces.cpp had some code that caught parser > errors commented out, I want to put that back in. Let me know if this is > a problem. > > Nadir K. Amra >
