<?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: Official Seam demo app for Glassfish</title>
	<atom:link href="http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Thu, 11 Mar 2010 20:31:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: webmaster php scripts</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-79174</link>
		<dc:creator>webmaster php scripts</dc:creator>
		<pubDate>Wed, 15 Oct 2008 10:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-79174</guid>
		<description>I think most of them are using hibernate one… thanks for detailed one that you have shown to us. Really nice one</description>
		<content:encoded><![CDATA[<p>I think most of them are using hibernate one… thanks for detailed one that you have shown to us. Really nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venky</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-36872</link>
		<dc:creator>Venky</dc:creator>
		<pubDate>Thu, 11 Oct 2007 11:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-36872</guid>
		<description>Thanks a lot for this.
I am a newbie to seam and i wanted to use glassfish for developing a javaee5 application with seam. This helped me out a lot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this.<br />
I am a newbie to seam and i wanted to use glassfish for developing a javaee5 application with seam. This helped me out a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samd</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28269</link>
		<dc:creator>samd</dc:creator>
		<pubDate>Fri, 03 Aug 2007 19:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28269</guid>
		<description>Well anyways it looks like the one you posted in this example since it won't display here.</description>
		<content:encoded><![CDATA[<p>Well anyways it looks like the one you posted in this example since it won&#8217;t display here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samd</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28267</link>
		<dc:creator>samd</dc:creator>
		<pubDate>Fri, 03 Aug 2007 19:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28267</guid>
		<description>Oops guess I needed to use the code tags.

&lt;code&gt;


  
    org.hibernate.ejb.HibernatePersistence
    fishermanswharf
    false
    
         
         
         
      

  

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Oops guess I needed to use the code tags.</p>
<p><code></p>
<p>    org.hibernate.ejb.HibernatePersistence<br />
    fishermanswharf<br />
    false</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samd</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28265</link>
		<dc:creator>samd</dc:creator>
		<pubDate>Fri, 03 Aug 2007 19:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28265</guid>
		<description>I did. Also I have it so the import.sql is packaged so that it gets placed in the root directory after the ear is exploded on deployment. Here is my persistence.xml



  
    org.hibernate.ejb.HibernatePersistence
    fishermanswharf
    false
    
         
         
         
      

  
</description>
		<content:encoded><![CDATA[<p>I did. Also I have it so the import.sql is packaged so that it gets placed in the root directory after the ear is exploded on deployment. Here is my persistence.xml</p>
<p>    org.hibernate.ejb.HibernatePersistence<br />
    fishermanswharf<br />
    false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28263</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Fri, 03 Aug 2007 19:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28263</guid>
		<description>Make sure that you have the "hibernate.hbm2ddl.auto" property value set to "create-drop" or "create".</description>
		<content:encoded><![CDATA[<p>Make sure that you have the &#8220;hibernate.hbm2ddl.auto&#8221; property value set to &#8220;create-drop&#8221; or &#8220;create&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samd</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28260</link>
		<dc:creator>samd</dc:creator>
		<pubDate>Fri, 03 Aug 2007 19:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-28260</guid>
		<description>I am using Hibernate as my JPA Provider but it is not executing my import.sql on deployment. 

How do you get this to work with GlassFish?</description>
		<content:encoded><![CDATA[<p>I am using Hibernate as my JPA Provider but it is not executing my import.sql on deployment. </p>
<p>How do you get this to work with GlassFish?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol McDonald</title>
		<link>http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-25248</link>
		<dc:creator>Carol McDonald</dc:creator>
		<pubDate>Fri, 06 Jul 2007 20:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/#comment-25248</guid>
		<description>Here is another Seam Glassfish example: a Sample Application using JSF, Seam, and Java Persistence APIs on Glassfish

http://weblogs.java.net/blog/caroljmcdonald/archive/2007/07/sample_applicat_1.html</description>
		<content:encoded><![CDATA[<p>Here is another Seam Glassfish example: a Sample Application using JSF, Seam, and Java Persistence APIs on Glassfish</p>
<p><a href="http://weblogs.java.net/blog/caroljmcdonald/archive/2007/07/sample_applicat_1.html" rel="nofollow">http://weblogs.java.net/blog/caroljmcdonald/archive/2007/07/sample_applicat_1.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
