DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4221>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4221
Error in JaxpParser: Cannot find org.apache.cocoon.components.resolver.Resolver
------- Additional Comments From sylvain@apache.org 2002-03-24 21:41 -------
When deploying on iPlanet 4.1 (see BootStrapServlet), I had this
"javax.xml.parsers.FactoryConfigurationError: Provider for
javax.xml.parsers.SAXParserFactory cannot be found" message.
This is because SAXParserFactory searches the resource
"javax.xml.parsers.SAXParserFactory" in the current thread's context classloader
(see FactoryFinder.findClassLoader() at
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/javax/xml/parsers/FactoryFinder.java?rev=1.7&content-type=text/vnd.viewcvs-markup)
I don't know what the servlet spec says about that (this may be a bug in InQMy),
but the context classoader is now set by CocoonServlet.
Can you please test if this solves the problem ?
---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org
|