<?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"
	>
<channel>
	<title>Comments on: Glassfish and Seam Tips</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Sat, 13 Mar 2010 21:14:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Nikola</title>
		<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-58242</link>
		<dc:creator>Nikola</dc:creator>
		<pubDate>Wed, 02 Apr 2008 00:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-58242</guid>
		<description>Hi Michael, I am constantly encountering ClassNotFoundException : org.jboss.seam.jsf.SeamELResolver 
every time when I run Glassfish example
on page
http://www.coffeecrew.org/docs/html/netbeansFaceletsSeamEjb3/netbeansFaceletsSeamEjb3.html

. Would you mind to mail me , if you know the
cause of my error.
I properly added  resolver in faces-config.xml,
also jboss-seam.jar is in my classpath.</description>
		<content:encoded><![CDATA[<p>Hi Michael, I am constantly encountering ClassNotFoundException : org.jboss.seam.jsf.SeamELResolver<br />
every time when I run Glassfish example<br />
on page<br />
<a href="http://www.coffeecrew.org/docs/html/netbeansFaceletsSeamEjb3/netbeansFaceletsSeamEjb3.html" rel="nofollow">http://www.coffeecrew.org/docs/html/netbeansFaceletsSeamEjb3/netbeansFaceletsSeamEjb3.html</a></p>
<p>. Would you mind to mail me , if you know the<br />
cause of my error.<br />
I properly added  resolver in faces-config.xml,<br />
also jboss-seam.jar is in my classpath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-50131</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 30 Jan 2008 02:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-50131</guid>
		<description>I wrote how to easily install Seam POJO apps on Glassfish &lt;a href="http://joshuajava.wordpress.com/2008/01/29/deploying-seam-pojo-apps-on-glassfish/" rel="nofollow"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I wrote how to easily install Seam POJO apps on Glassfish <a href="http://joshuajava.wordpress.com/2008/01/29/deploying-seam-pojo-apps-on-glassfish/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal J</title>
		<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-17901</link>
		<dc:creator>Pascal J</dc:creator>
		<pubDate>Tue, 22 May 2007 15:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-17901</guid>
		<description>Why not code against the SLF4J API so that SEAM, Hibernate &#38; all is independent of the logging implementation (could be Log4j, Logback or JDK logger) ?</description>
		<content:encoded><![CDATA[<p>Why not code against the SLF4J API so that SEAM, Hibernate &amp; all is independent of the logging implementation (could be Log4j, Logback or JDK logger) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-7981</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Thu, 01 Mar 2007 08:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-7981</guid>
		<description>Naw, actually this has been true for a while: we automatically choose log4j vs jdk logging for all logging. I just forgot to update the docs....</description>
		<content:encoded><![CDATA[<p>Naw, actually this has been true for a while: we automatically choose log4j vs jdk logging for all logging. I just forgot to update the docs&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-7950</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-7950</guid>
		<description>Thanks Marcus. I think that paragraph applies to loggers that you injected into your Seam application. Seam itself still uses Log4J to output its debug messages AFAIK. :)</description>
		<content:encoded><![CDATA[<p>Thanks Marcus. I think that paragraph applies to loggers that you injected into your Seam application. Seam itself still uses Log4J to output its debug messages AFAIK. <img src='http://www.michaelyuan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcus</title>
		<link>http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-7946</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/02/28/glassfish-and-seam-tips/#comment-7946</guid>
		<description>A recent doc change in Seam notes that selection of the JDK logger vs log4j is automagic. I haven't followed this development, so I'm not sure if its a recent change or relevant to your first point. 
http://fisheye.labs.jboss.com/browse/JBoss/jboss-seam/doc/reference/en/modules/concepts.xml?r1=1.52&#38;r2=1.53</description>
		<content:encoded><![CDATA[<p>A recent doc change in Seam notes that selection of the JDK logger vs log4j is automagic. I haven&#8217;t followed this development, so I&#8217;m not sure if its a recent change or relevant to your first point.<br />
<a href="http://fisheye.labs.jboss.com/browse/JBoss/jboss-seam/doc/reference/en/modules/concepts.xml?r1=1.52&amp;r2=1.53" rel="nofollow">http://fisheye.labs.jboss.com/browse/JBoss/jboss-seam/doc/reference/en/modules/concepts.xml?r1=1.52&amp;r2=1.53</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
