Message4032

Author doublep
Recipients doublep
Date 2009-01-12.12:20:16
SpamBayes Score 0.46317068
Marked as misclassified No
Message-id <1231762817.66.0.0121655628475.issue1231@psf.upfronthosting.co.za>
In-reply-to
Content
After upgrading from 2.5b0 to 2.5b1 (no other changes), JSP pages
compilation broke down completely.  I get this for every page:

javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
	at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:129)
	at
weblogic.jsp.internal.jsp.JspTagLibraryFeature.parseTldFromWebXML(JspTagLibraryFeature.java:879)
        ...

Note that 2.5b0 worked fine.
History
Date User Action Args
2009-01-12 12:20:17doublepsetrecipients: + doublep
2009-01-12 12:20:17doublepsetmessageid: <1231762817.66.0.0121655628475.issue1231@psf.upfronthosting.co.za>
2009-01-12 12:20:17doubleplinkissue1231 messages
2009-01-12 12:20:17doublepcreate