<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JSTL 1.2 and &#8220;Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found&#8221; exception</title>
	<atom:link href="http://www.mooreds.com/wordpress/archives/476/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mooreds.com/wordpress/archives/476</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.mooreds.com/wordpress/archives/476/comment-page-1#comment-2304</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 22 Oct 2008 23:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/archives/000476#comment-2304</guid>
		<description>Terrific, this works great with my latest web application, but it&#039;s actually under ServletExec 6.0 (not Tomcat).  I was getting a &quot;No provider found for SAXParserFactory&quot; error when the JSTL core validator was trying to run.

This is a real problem because multiple web applications all tend to run within the same JVM, so any static or system property changes affect all web applications.</description>
		<content:encoded><![CDATA[<p>Terrific, this works great with my latest web application, but it&#8217;s actually under ServletExec 6.0 (not Tomcat).  I was getting a &#8220;No provider found for SAXParserFactory&#8221; error when the JSTL core validator was trying to run.</p>
<p>This is a real problem because multiple web applications all tend to run within the same JVM, so any static or system property changes affect all web applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.mooreds.com/wordpress/archives/476/comment-page-1#comment-2247</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/archives/000476#comment-2247</guid>
		<description>You can sometimes get around these problems defining the javax.xml.parsers.SAXParserFactory implementation class in the services directory inside you jar file 

META-INF/services/javax.xml.parsers.SAXParserFactory

If you put the implementation bundled with the JVM running a main method with a javax.xml.parsers.SAXParserFactoy.newInstance().getClass().getName(), will let you know what that is.</description>
		<content:encoded><![CDATA[<p>You can sometimes get around these problems defining the javax.xml.parsers.SAXParserFactory implementation class in the services directory inside you jar file </p>
<p>META-INF/services/javax.xml.parsers.SAXParserFactory</p>
<p>If you put the implementation bundled with the JVM running a main method with a javax.xml.parsers.SAXParserFactoy.newInstance().getClass().getName(), will let you know what that is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.mooreds.com/wordpress/archives/476/feed ) in 0.22411 seconds, on Feb 9th, 2012 at 4:06 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 5:06 am UTC -->
