Hi!

"Mattias V. Bertelsen" wrote:
> Ok, here's my problem.  I'm trying to glue all of the following projects
> together into a single VM deployment:
> 
> jboss-2.0FINAL + tomcat3.2b7 (from the binary distribution
> jboss_tomcat.zip)
> Cocoon 1.8
> Apache SOAP version 2.0
> 
> Here's the problem.  Every single one of these packages depends on an
> XML parser.  Cocoon and Apache in particular depend on late versions of
> Xerces and Xalan with the DOM level 2 extensions.  BOTH JBoss (xml.jar)
> and Tomcat (parser.jar) include jar files with org.w3c.dom.*
> implementations, but they are the older DOM level 1 implementations.
> Apache SOAP installation instructions only refer to installing to tomcat
> standalone, and recommend changing the CLASSPATH in the startup script
> to put xerces.jar ahead of parser.jar in the CLASSPATH.
> 
> How do I control the classpath to get the Xerces 1.2.2 DOM level 2
> implementation loaded for Cocoon and SOAP, without breaking JBoss and
> Tomcat?  I noticed that JBoss has explicit dependencies on some of the
> com.sun XML classes provided in its xml.jar.

I have updated JBoss to use JAXP now, so it should be easier to have
just one parser, at least from the JBoss point of view.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to