On Dec 11, 2007, at 3:26 PM, Matthieu Riou wrote:
On Dec 11, 2007 12:46 PM, Jackson, Douglas <[EMAIL PROTECTED]> wrote:
I suspect that this must be due to some version of the xml parser
conflicting with the one Ode wants to use. Has anyone encountered
this
before?
That's what it looks like to me as well. I haven't tried Tomcat 6
so far
(still conservatively on 5.5) but I'd check the xerces version
distributed
with Tomcat and compare it with the ODE one. You'll probably have
to replace
one with the other, like make ODE use the Tomcat one.
AFAIK, Tomcat6 doesn't bundle Xerces. If you read the Tomcat docs on
the subject, it attributes the issues to the Java 5 environment:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
-- Paul