<?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/"
	>

<channel>
	<title>Blog::Log &#187; tomcat</title>
	<atom:link href="http://www.stpe.se/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stpe.se</link>
	<description>Not a blog, more a log.</description>
	<lastBuildDate>Wed, 02 Jun 2010 13:01:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Error deploying AppFuse application on Tomcat</title>
		<link>http://www.stpe.se/2008/07/error-deploying-appfuse-application-on-tomcat/</link>
		<comments>http://www.stpe.se/2008/07/error-deploying-appfuse-application-on-tomcat/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:04:36 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[appfuse]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.stpe.se/?p=30</guid>
		<description><![CDATA[When trying to deploy an AppFuse application on Tomcat I received the following error: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 153 in the generated java file Type mismatch: cannot convert from null to int An error occurred at line: 168 in the generated java file Cannot cast from Object [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to deploy an AppFuse application on Tomcat I received the following error:</p>
<blockquote><p>org.apache.jasper.JasperException: Unable to compile class for JSP:</p>
<p>An error occurred at line: 153 in the generated java file<br />
Type mismatch: cannot convert from null to int</p>
<p>An error occurred at line: 168 in the generated java file<br />
Cannot cast from Object to int</p></blockquote>
<p>The source of the error turned out to be due to the Constants.java file containing a variable that was not a String. Changing it into a string (and add appropriate type-casting in the application) got rid of the error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stpe.se/2008/07/error-deploying-appfuse-application-on-tomcat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
