Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 64378 invoked from network); 30 Aug 2005 09:47:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2005 09:47:10 -0000 Received: (qmail 67510 invoked by uid 500); 30 Aug 2005 09:47:10 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 67495 invoked by uid 500); 30 Aug 2005 09:47:09 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 67481 invoked by uid 99); 30 Aug 2005 09:47:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2005 02:47:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.40.51.197] (HELO mailhost.virtusa.com) (12.40.51.197) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2005 02:47:25 -0700 Received: from cs-mailsvr.Virtusa.com ([10.2.1.11]unverified) by mailhost.virtusa.com with InterScan Messaging Security Suite; Tue, 30 Aug 2005 05:44:59 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5AD47.E9984662" Subject: RE: Most of the XSD data type tests are failing when using xerces-c_2_6.dll Date: Tue, 30 Aug 2005 15:45:57 +0600 Message-ID: <785A212E11918F449D1318C61B7A9B0E8F0AA5@cs-mailsvr.Virtusa.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Most of the XSD data type tests are failing when using xerces-c_2_6.dll Thread-Index: AcWnp+NEBe3GO5RySAOtEdOAhuZXBwFnkmGA From: "Chinthana C. Dinapala" To: "Apache AXIS C Developers List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C5AD47.E9984662 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Hi Folks, =20 I have tested all XSD data types with the xerces-c_2_6.dll and found there is memory leak when in XSD_base64Binary and XSD_hexBinary. Due to this memory problem server is crashing so in test frame work XSD types are not getting correct out put. When create a separate test list without those 2 tests and run other XSD data type test are fine. I'm looking in to those two test cases what is the exact problem. Seems to me xerces-c_2_6 is working fine. But when have some memory leaks test frame work can hang some time. =20 Thanks Chinthana =20 =20 ________________________________ From: Chinthana C. Dinapala [mailto:CDinapala@virtusa.com]=20 Sent: Tuesday, August 23, 2005 12:00 PM To: Apache AXIS C Developers List Subject: Most of the XSD data type tests are failing when using xerces-c_2_6.dll =20 It just gives "Unknown exception has occurred". I'm testing against C++ services. I'm getting following respond. =20 Request......................................... =20 true =20 Respond............................................ =20 SOAP-ENV:Server Unknown exception server name:listen port Unknown Exception has occured =20 Following tests are failing due to this problem. =20 XSD_base64Binary,XSD_boolean,XSD_byte,XSD_date,XSD_dateTime,XSD_decimal, XSD_double,XSD_duration,XSD_float,XSD_gDay,XSD_gMonth, XSD_gMonthDay,XSD_gYear,XSD_gYearMonth,XSD_hexBinary,XSD_int,XSD_integer ,XSD_language, XSD_short,XSD_string,XSD_time,XSD_token XSD_unsignedByte,XSD_unsignedInt,XSD_unsignedLong,XSD_unsignedShort,XSD_ long, =20 Thanks =20 Chinthana =20 ------_=_NextPart_001_01C5AD47.E9984662 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Hi = Folks,

 

I have tested all XSD data types = with the xerces-c_2_6.dll and found there is memory leak when in = XSD_base64Binary and XSD_hexBinary. = Due to this memory problem server is crashing so in test frame work XSD types = are not getting correct out put.

When create a separate test list = without those 2 tests and run other XSD data type test are = fine.

I’m looking in to those two = test cases what is the exact problem.

Seems to me xerces-c_2_6 is = working fine. But when have some memory leaks test frame work can hang some = time.

 

Thanks

Chinthana=

 

 

=

From: = Chinthana C. Dinapala [mailto:CDinapala@virtusa.com]
Sent: Tuesday, August 23, = 2005 12:00 PM
To: Apache AXIS C Developers List
Subject: Most of the XSD = data type tests are failing when using = xerces-c_2_6.dll

 

It just gives = “Unknown exception has occurred”.

I’m testing = against C++ services. I’m getting following = respond.

 

Request……………………R= 30;…………..

 

<?xml = version=3D'1.0' encoding=3D'utf-8' ?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<ns1:AsNonNillableElementRequest xmlns:ns1=3D"http://xsd_boolean.test.apache.org">=

<nonNillableElement>true</nonNillableElement>

</ns1:AsNonNillableElementRequest>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

Respond……………………R= 30;……………..

 

<?xml = version=3D'1.0' encoding=3D'utf-8' ?>

<SOAP-ENV:Envelope>

<SOAP-ENV:Body>

<SOAP-ENV:Fault>

<faultcode>SOAP-ENV:Server</faultcode>

<faultstring>Unknown exception</faultstring>

<faultactor>server name:listen port</faultactor>

<detail><appSpecific>Unknown Exception has occured</appSpecific>

</detail>

</SOAP-ENV:Fault>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

 

Following tests are = failing due to this problem.

 

XSD_base64Binary,XSD_boolean,XSD_byte,XSD_date,XSD_dateTime,XSD_dec= imal,XSD_double,XSD_duration,XSD_float,XSD_gDay,XSD_gMonth,

XSD_gMonthDay,XSD_gYear,XSD_gYearMonth,XSD_hexBinary,XSD_int,XSD_in= teger,XSD_language, XSD_short,XSD_string,XSD_time,XSD_token

XSD_unsignedByte,XSD_unsignedInt,XSD_unsignedLong,XSD_unsignedShort= ,XSD_long,

 

Thanks

 

Chinthana=

 

------_=_NextPart_001_01C5AD47.E9984662--