<?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: JBoss Seam project setup with Maven &#8212; Part 1: WAR deployment</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Fri, 12 Mar 2010 23:05:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Ha Ta</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-91843</link>
		<dc:creator>Ha Ta</dc:creator>
		<pubDate>Wed, 18 Feb 2009 08:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-91843</guid>
		<description>I convert successfully the ‘JPA’ example in Seam 2.1.1.GA to maven by following this. But I can not run the unit test, could you please give me more details configuration information to run unit test in maven?

Thanks very much</description>
		<content:encoded><![CDATA[<p>I convert successfully the ‘JPA’ example in Seam 2.1.1.GA to maven by following this. But I can not run the unit test, could you please give me more details configuration information to run unit test in maven?</p>
<p>Thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-55056</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Wed, 05 Mar 2008 17:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-55056</guid>
		<description>Sorry Geoff. I am more of a NetBeans guy ... I think Seam or JBoss Tools forum would be better places to ask this question. :)</description>
		<content:encoded><![CDATA[<p>Sorry Geoff. I am more of a NetBeans guy &#8230; I think Seam or JBoss Tools forum would be better places to ask this question. <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: Geoff M.</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-55044</link>
		<dc:creator>Geoff M.</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-55044</guid>
		<description>Great article + I got a lot out of your &lt;i&gt;JBoss Seam Simplicity and Power Beyond Java EE&lt;/i&gt; Book!

Quick question.  I'm using the JBoss Tools plugin for Eclipse and it works great but it appears to expect the folders to be in a different place than maven.  For example the plugin creates a WebContent directory and maven expects the folder to be src/main/webapp.  

What is the best practice for using both maven and Eclipse with JBoss Tools plugin simultaneously?  Should I try to get Maven to use the plugin's style of folders or is it possible to specify the settings for the plugin?
Thanks!</description>
		<content:encoded><![CDATA[<p>Great article + I got a lot out of your <i>JBoss Seam Simplicity and Power Beyond Java EE</i> Book!</p>
<p>Quick question.  I&#8217;m using the JBoss Tools plugin for Eclipse and it works great but it appears to expect the folders to be in a different place than maven.  For example the plugin creates a WebContent directory and maven expects the folder to be src/main/webapp.  </p>
<p>What is the best practice for using both maven and Eclipse with JBoss Tools plugin simultaneously?  Should I try to get Maven to use the plugin&#8217;s style of folders or is it possible to specify the settings for the plugin?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Palacio</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-48958</link>
		<dc:creator>Manuel Palacio</dc:creator>
		<pubDate>Sat, 19 Jan 2008 20:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-48958</guid>
		<description>The correct groupId for jboss el is:

org.jboss.el

and not

org.jboss.seam

Make sure you refer to the latest parent pom</description>
		<content:encoded><![CDATA[<p>The correct groupId for jboss el is:</p>
<p>org.jboss.el</p>
<p>and not</p>
<p>org.jboss.seam</p>
<p>Make sure you refer to the latest parent pom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon DuQuesnay</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-48035</link>
		<dc:creator>Gordon DuQuesnay</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-48035</guid>
		<description>I am trying to convert the 'JPA' example that ships with Seam 2.0 GA to maven by following this. I think I have everything setup as directed but when I compare the wars generated the maven generated war is different e.g. my META-INF end up under WEB-INF\classes and different one with a manifest and some maven stuff ends up in the root.</description>
		<content:encoded><![CDATA[<p>I am trying to convert the &#8216;JPA&#8217; example that ships with Seam 2.0 GA to maven by following this. I think I have everything setup as directed but when I compare the wars generated the maven generated war is different e.g. my META-INF end up under WEB-INF\classes and different one with a manifest and some maven stuff ends up in the root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meraj</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-44543</link>
		<dc:creator>Meraj</dc:creator>
		<pubDate>Thu, 06 Dec 2007 20:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-44543</guid>
		<description>Hi,
I am using custom listener class calles vsapageloadlistener. i have defined this in faces_config.xml. is it mandatory to use
"org.jboss.seam.jsf.SeamPhaseListener"</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using custom listener class calles vsapageloadlistener. i have defined this in faces_config.xml. is it mandatory to use<br />
&#8220;org.jboss.seam.jsf.SeamPhaseListener&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meraj</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-44539</link>
		<dc:creator>Meraj</dc:creator>
		<pubDate>Thu, 06 Dec 2007 19:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-44539</guid>
		<description>Hi,
I am usin @Name("user") annotation on my entity class. What dependencies i need to define in my pom</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am usin @Name(&#8221;user&#8221;) annotation on my entity class. What dependencies i need to define in my pom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley Hales</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-37108</link>
		<dc:creator>Wesley Hales</dc:creator>
		<pubDate>Sat, 13 Oct 2007 03:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-37108</guid>
		<description>&lt;a href="http://www.jroller.com/wesleyhales/entry/running_seam_2_0_on" rel="nofollow"&gt;Deploying Seam on Tomcat with EJB3&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.jroller.com/wesleyhales/entry/running_seam_2_0_on" rel="nofollow">Deploying Seam on Tomcat with EJB3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuriy Zubarev</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-37069</link>
		<dc:creator>Yuriy Zubarev</dc:creator>
		<pubDate>Fri, 12 Oct 2007 21:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-37069</guid>
		<description>Thank you Michael. I tried it to no avail. I also posted this question to Seam forum.</description>
		<content:encoded><![CDATA[<p>Thank you Michael. I tried it to no avail. I also posted this question to Seam forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-37061</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Fri, 12 Oct 2007 19:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/10/02/jboss-seam-project-setup-with-maven/#comment-37061</guid>
		<description>Yuriy,

You might want to try explicitly specify the entity classes in the &#60;class&gt; elements in your persistence.xml ...

cheers
Michael</description>
		<content:encoded><![CDATA[<p>Yuriy,</p>
<p>You might want to try explicitly specify the entity classes in the &lt;class> elements in your persistence.xml &#8230;</p>
<p>cheers<br />
Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
