<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>JSF &#8211; Jiří Kratochvíl</title>
	<atom:link href="https://jiri.kratochvil.eu/tag/jsf/feed/" rel="self" type="application/rss+xml" />
	<link>https://jiri.kratochvil.eu</link>
	<description>Kráťovo občasník</description>
	<lastBuildDate>Tue, 21 Sep 2010 08:34:36 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://jiri.kratochvil.eu/wp-content/uploads/2018/10/kratochvil-logo-100x100.png</url>
	<title>JSF &#8211; Jiří Kratochvíl</title>
	<link>https://jiri.kratochvil.eu</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">10187198</site>	<item>
		<title>Problem with Java Server Faces on JDK 1.6</title>
		<link>https://jiri.kratochvil.eu/problem-with-java-server-faces-on-jdk-1-6/</link>
					<comments>https://jiri.kratochvil.eu/problem-with-java-server-faces-on-jdk-1-6/#respond</comments>
		
		<dc:creator><![CDATA[Jiří Kratochvíl]]></dc:creator>
		<pubDate>Tue, 21 Sep 2010 08:34:36 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Návody]]></category>
		<category><![CDATA[Programování]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Tipy]]></category>
		<guid isPermaLink="false">http://jiri.kratochvil.eu/?p=325</guid>

					<description><![CDATA[On my new project, I had a problem with the web application deployment, which consisted of the classic combination of Java Server Faces, Spring Framework, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>On my new project, I had a problem with the web application deployment, which consisted of the classic combination of Java Server Faces, Spring Framework, iBatis. I guess it was because I asked Google&#8217;s bad, but I spent it, how to solve this problem, some time, so they deserve an entry in my blog.</p>
<p>So what was the problem? Once I tried to deploy to Tomcat, I got this error message:</p>
<pre lang="inifile">
java.lang.ClassNotFoundException: [Ljava.lang.String;
at org.apache.catalina.loader.WebappClassLoader.loadClass (WebappClassLoader.java: 1645)
at org.apache.catalina.loader.WebappClassLoader.loadClass (WebappClassLoader.java: 1491)
at com.sun.faces.config.ConfigureListener.configure (ConfigureListener.java: 635)
at com.sun.faces.config.ConfigureListener.configure (ConfigureListener.java: 422)
        ...
</pre>
<p>I tried various queries, but I was not successful. When I lost hope, I found the following link, which is described <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6434149"> bug in JDK </a>.</p>
<p>Before I come across this error, because the last one was a web application to JDK 1.5, where everything works fine. So if anybody knows this bug, I offer the &#8222;official workaround.</p>
<p>Just pass the JVM startup parameter:</p>
<pre lang="shell">-Dsun.lang.ClassLoader.allowArraySyntax = true</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://jiri.kratochvil.eu/problem-with-java-server-faces-on-jdk-1-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">325</post-id>	</item>
	</channel>
</rss>
