I wrote a server in Java which validates XML document sent by a client according to a scheme using Xerces. When I tried to send a valid XML document for the first time, the validation failed. For the second time (with the same document and scheme, the server ran without interruption), the validation passed. I ran the server on a computer with Linux (unfortunately I don't know which Linux it was), written in Java 1.4 using Xerces-J 2.6.2. I did not manage to reproduce the bug on another computer because on MS Windows and another Linux, it was all OK. This bug may be (and probably is) not in Xerces but I would like to ask if somebody did not encounter similar bug too.

Reply via email to