<?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: UTF-8 in JBoss/Tomcat + MySQL + Hibernate + JavaMail</title>
	<atom:link href="http://www.warski.org/blog/?feed=rss2&#038;p=4" rel="self" type="application/rss+xml" />
	<link>http://www.warski.org/blog/?p=4</link>
	<description>Java and JBoss related stuff</description>
	<lastBuildDate>Wed, 01 Sep 2010 16:45:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Warski</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1397</link>
		<dc:creator>Adam Warski</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1397</guid>
		<description>Make sure the encoding of your java source files is UTF8 and that you compile with UTF8 support enabled.
I don&#039;t have much other ideas, sorry.

Adam</description>
		<content:encoded><![CDATA[<p>Make sure the encoding of your java source files is UTF8 and that you compile with UTF8 support enabled.<br />
I don&#8217;t have much other ideas, sorry.</p>
<p>Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1396</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Tue, 17 Aug 2010 23:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1396</guid>
		<description>thank you for your gr8 article;
i am using jsf with servlets, i need to autovalidate a form and show an alert;
i am using:  notify=&quot;form1:alert1&quot;
and i throw a validationException in my validator...
when i throw a faces message with english characters it works... but when i use faces message with UTF8 characters it shows &quot;?????&quot;.

by the way every where else is ok, showing UTF8 chars due to your article
thank you!</description>
		<content:encoded><![CDATA[<p>thank you for your gr8 article;<br />
i am using jsf with servlets, i need to autovalidate a form and show an alert;<br />
i am using:  notify=&#8221;form1:alert1&#8243;<br />
and i throw a validationException in my validator&#8230;<br />
when i throw a faces message with english characters it works&#8230; but when i use faces message with UTF8 characters it shows &#8220;?????&#8221;.</p>
<p>by the way every where else is ok, showing UTF8 chars due to your article<br />
thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: :onder</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1300</link>
		<dc:creator>:onder</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1300</guid>
		<description>Thanks for MySql Administrator trick in section &quot;MySql and Hibernate&quot;.

Setting default encoding solved the problem easily. This way, Hibernate exports the schema with UTF-8 encoded tables and columns.</description>
		<content:encoded><![CDATA[<p>Thanks for MySql Administrator trick in section &#8220;MySql and Hibernate&#8221;.</p>
<p>Setting default encoding solved the problem easily. This way, Hibernate exports the schema with UTF-8 encoded tables and columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ralph</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1287</link>
		<dc:creator>ralph</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1287</guid>
		<description>Many Thanks, this helped me so much! It works perfekt with Tomcat6 and Mysql 5.1.</description>
		<content:encoded><![CDATA[<p>Many Thanks, this helped me so much! It works perfekt with Tomcat6 and Mysql 5.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szakal</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1191</link>
		<dc:creator>szakal</dc:creator>
		<pubDate>Sun, 09 May 2010 07:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1191</guid>
		<description>If you use spring in your application, you can use 

org.springframework.web.filter.CharacterEncodingFilter

instead of implementing your own filter.</description>
		<content:encoded><![CDATA[<p>If you use spring in your application, you can use </p>
<p>org.springframework.web.filter.CharacterEncodingFilter</p>
<p>instead of implementing your own filter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Al-Bloushi</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1125</link>
		<dc:creator>Emad Al-Bloushi</dc:creator>
		<pubDate>Sat, 10 Apr 2010 13:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1125</guid>
		<description>Great job , easy steps and straight forward , besides I have done these steps in JBoss 6.0 the result was fabulous 

Thank you 

;-)</description>
		<content:encoded><![CDATA[<p>Great job , easy steps and straight forward , besides I have done these steps in JBoss 6.0 the result was fabulous </p>
<p>Thank you </p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RafalD</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-1063</link>
		<dc:creator>RafalD</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-1063</guid>
		<description>Thank you, very much</description>
		<content:encoded><![CDATA[<p>Thank you, very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-984</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Wed, 14 Oct 2009 07:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-984</guid>
		<description>Can someone knows how can I configure the utf-8 encoding for embeddded HSQLDB in JBoss 4.2.3?, because I working know for a proof of concept for our customer using EJB3 Hibernate, Spring ws and JBoss.</description>
		<content:encoded><![CDATA[<p>Can someone knows how can I configure the utf-8 encoding for embeddded HSQLDB in JBoss 4.2.3?, because I working know for a proof of concept for our customer using EJB3 Hibernate, Spring ws and JBoss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Warski</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-962</link>
		<dc:creator>Adam Warski</dc:creator>
		<pubDate>Mon, 14 Sep 2009 11:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-962</guid>
		<description>But what&#039;s the problem? :)</description>
		<content:encoded><![CDATA[<p>But what&#8217;s the problem? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aymen</title>
		<link>http://www.warski.org/blog/?p=4&#038;cpage=1#comment-956</link>
		<dc:creator>aymen</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.warski.org/blog/?p=4#comment-956</guid>
		<description>first tkx a lot for this article. Really it saves my life.
But a i have a little problem in the filter.
someone can explain me how to integrate it?</description>
		<content:encoded><![CDATA[<p>first tkx a lot for this article. Really it saves my life.<br />
But a i have a little problem in the filter.<br />
someone can explain me how to integrate it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
