> Ok, but I guess it should be possible to "force" jboss to use any
> version of xerces it wants and let my application to use another no ?
I would expect not, because of the way XML parser registration works.
XML parser registration is essential global to the JVM, so even the
usual classloader barriers that application servers use do not allow you
to use another.
OTOH, the risk in dropping in your desired version of xerces in place of
the JBoss supplied one should be rather small. Just be aware that it
exists.
HTH,
Ray

Signature
XML is the programmer's duct tape.
koslows - 29 Jun 2005 14:24 GMT
Ok thx. it worked. It seems that there is no problem with jboss.
Although I had to use the xerces 2.7.0 because with 2.6.2 it didnt'
work.
kind regards
--
k.