You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Morgan Delagrange <mo...@apache.org> on 2001/04/18 22:57:40 UTC

Xerces incompatibilities (Re: is axis working?)

Hi all,

I've done some testing, and here's what I think the situation is:

  Xerces 1.2.3 - works
  Xerces 1.3.0 - works for clients but not for deploy/undeploy
  Xerces 1.3.1 - works for deploy/undeploy but not for clients

If you want to verify this behaviour, don't forget to insure that both the
serlvet container and the clients are using the same version.

- Morgan