Xiaofan Zhou wrote:
Hi,
I have an application that uses XERCES-c (version 1.7, a bit old) to
parse some XML schemas.

1.7 is more than a "bit" old, that's for sure.

Now my problem is this: My application can only parse a few schemas
correctly and then will raise a NetAccessorException when parsing the
next schema, but if I shut down my application and re-start it again,
then the schema parsing is just fine for the same very schema that got
the NetAccessorException.

Is there an error message from the exception? It sounds like a resource leak, so perhaps a socket is not being closed when the net accessor is destroyed. Have you tried upgrading your application to a newer version of Xerces-C?

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to