<?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: Configuring a Seam EJB project for development with Maven and JBoss Tools</title>
	<atom:link href="http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/</link>
	<description>Software development done right!</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Moritz Winter</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91984</link>
		<dc:creator>Moritz Winter</dc:creator>
		<pubDate>Wed, 01 Jul 2009 13:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91984</guid>
		<description>We actually use this configuration in our Seam Project. The differences are we don&#039;t use eclipse:m2eclipse or clipse:eclipse because we handle eclipse config in svn and we use JBoss 5.x.
My experiences with this project configuration are awful, the whole thing doesn&#039;t work. First the application.xml isn&#039;t generated correctly by m2e (https://issues.sonatype.org/browse/MNGECLIPSE-1088) and the libraries are cluttered all over the place in the ear. Then theres a error in m2e which causes the ejbs to be not included sometimes (https://issues.sonatype.org/browse/MNGECLIPSE-1447). The war-libraries are not copied by m2e (https://issues.sonatype.org/browse/MNGECLIPSE-1117).
The worst thing about this is the hot deployment doesnt work with ejb 3.0 at all, not even the war-deployment.
So I don&#039;t recommend to anyone to develope a seam-application like this, i didn&#039;t find no alternative tough.</description>
		<content:encoded><![CDATA[<p>We actually use this configuration in our Seam Project. The differences are we don&#8217;t use eclipse:m2eclipse or clipse:eclipse because we handle eclipse config in svn and we use JBoss 5.x.<br />
My experiences with this project configuration are awful, the whole thing doesn&#8217;t work. First the application.xml isn&#8217;t generated correctly by m2e (<a href="https://issues.sonatype.org/browse/MNGECLIPSE-1088" rel="nofollow">https://issues.sonatype.org/browse/MNGECLIPSE-1088</a>) and the libraries are cluttered all over the place in the ear. Then theres a error in m2e which causes the ejbs to be not included sometimes (<a href="https://issues.sonatype.org/browse/MNGECLIPSE-1447" rel="nofollow">https://issues.sonatype.org/browse/MNGECLIPSE-1447</a>). The war-libraries are not copied by m2e (<a href="https://issues.sonatype.org/browse/MNGECLIPSE-1117" rel="nofollow">https://issues.sonatype.org/browse/MNGECLIPSE-1117</a>).<br />
The worst thing about this is the hot deployment doesnt work with ejb 3.0 at all, not even the war-deployment.<br />
So I don&#8217;t recommend to anyone to develope a seam-application like this, i didn&#8217;t find no alternative tough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links Thread #1 - JEE, Seam, Performance, Maven</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91831</link>
		<dc:creator>Links Thread #1 - JEE, Seam, Performance, Maven</dc:creator>
		<pubDate>Mon, 08 Jun 2009 06:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91831</guid>
		<description>[...] a Seam EJB project for development with Maven and JBoss Tools (Maarten Winkels) [Link]    Lesezeichen erstellen                  &#160;Artikel per E-Mail empfehlen    Links Tags: JEE, [...]</description>
		<content:encoded><![CDATA[<p>[...] a Seam EJB project for development with Maven and JBoss Tools (Maarten Winkels) [Link]    Lesezeichen erstellen                  &nbsp;Artikel per E-Mail empfehlen    Links Tags: JEE, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Winkels</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91828</link>
		<dc:creator>Maarten Winkels</dc:creator>
		<pubDate>Sun, 07 Jun 2009 15:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91828</guid>
		<description>Hi Max,

I find all the projects that are created through JBoss Tools in the workspace  metadata of org.jboss.tools.seam.core plugin. There is a projects directory that lists all projects with their respective components.

When creating the project through Maven with M2Eclipse, this is not updated and thus JBoss Tools seems unable to detect all components correctly, as well as being unable to see the relation between the EJB and WAR projects.

I haven&#039;t really dug into it, but this is what I found sofar.

Thanks for the thumbs-up!
Cheers,

-Maarten Winkels</description>
		<content:encoded><![CDATA[<p>Hi Max,</p>
<p>I find all the projects that are created through JBoss Tools in the workspace  metadata of org.jboss.tools.seam.core plugin. There is a projects directory that lists all projects with their respective components.</p>
<p>When creating the project through Maven with M2Eclipse, this is not updated and thus JBoss Tools seems unable to detect all components correctly, as well as being unable to see the relation between the EJB and WAR projects.</p>
<p>I haven&#8217;t really dug into it, but this is what I found sofar.</p>
<p>Thanks for the thumbs-up!<br />
Cheers,</p>
<p>-Maarten Winkels</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max Andersen</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91827</link>
		<dc:creator>max Andersen</dc:creator>
		<pubDate>Sun, 07 Jun 2009 13:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91827</guid>
		<description>Great blog! What are the settings you think we should be saving on the project instead of workspace ? The only settings that are in there is the seam runtime afaik.

Fyi We are about to release m1 of JBoss tools and shortly after this snjezana will add our first maven integration to JBoss tools - feedback and other contributions very welcome!</description>
		<content:encoded><![CDATA[<p>Great blog! What are the settings you think we should be saving on the project instead of workspace ? The only settings that are in there is the seam runtime afaik.</p>
<p>Fyi We are about to release m1 of JBoss tools and shortly after this snjezana will add our first maven integration to JBoss tools &#8211; feedback and other contributions very welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji D Loganathan</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91826</link>
		<dc:creator>Balaji D Loganathan</dc:creator>
		<pubDate>Sun, 07 Jun 2009 06:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91826</guid>
		<description>Hi Maarten,
Nice blog, especially the last part &quot;Deploying on JBoss - application.xml troubles&quot;. This is something that the users of Jboss-Maven were missing. 

What I couldn&#039;t find so far on any blogs/articles is a plain vanilla Jboss-Maven project src files (a simple hello world with jpa integration). If you could add the sample project src files to this very blog, then the readers have all they want.
Thank you.
Regards
Balaji D Loganathan, Spritle Software.</description>
		<content:encoded><![CDATA[<p>Hi Maarten,<br />
Nice blog, especially the last part &#8220;Deploying on JBoss &#8211; application.xml troubles&#8221;. This is something that the users of Jboss-Maven were missing. </p>
<p>What I couldn&#8217;t find so far on any blogs/articles is a plain vanilla Jboss-Maven project src files (a simple hello world with jpa integration). If you could add the sample project src files to this very blog, then the readers have all they want.<br />
Thank you.<br />
Regards<br />
Balaji D Loganathan, Spritle Software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Perez</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91823</link>
		<dc:creator>Carlos Perez</dc:creator>
		<pubDate>Sat, 06 Jun 2009 20:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91823</guid>
		<description>Thanks!  I will make yet another attempt at this incredibly complex configuration.</description>
		<content:encoded><![CDATA[<p>Thanks!  I will make yet another attempt at this incredibly complex configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: needed reservoir &#187; Jason van Zyl: Jason van Zyl on the Future of Maven: Maven 3</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91822</link>
		<dc:creator>needed reservoir &#187; Jason van Zyl: Jason van Zyl on the Future of Maven: Maven 3</dc:creator>
		<pubDate>Sat, 06 Jun 2009 19:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91822</guid>
		<description>[...] Configuring a Seam EJB project for development with Maven and &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Configuring a Seam EJB project for development with Maven and &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Borgman</title>
		<link>http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/#comment-91820</link>
		<dc:creator>Martin Borgman</dc:creator>
		<pubDate>Sat, 06 Jun 2009 17:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=1288#comment-91820</guid>
		<description>Hi Maarten,

One small note, JBoss 4.2 is actually a J2EE 1.4 compliant server with some JEE 5 like features. JBoss 5.0 and 5.1 should be JEE 5 compliant.
Like the article.

Cheers,

Martin</description>
		<content:encoded><![CDATA[<p>Hi Maarten,</p>
<p>One small note, JBoss 4.2 is actually a J2EE 1.4 compliant server with some JEE 5 like features. JBoss 5.0 and 5.1 should be JEE 5 compliant.<br />
Like the article.</p>
<p>Cheers,</p>
<p>Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-development-with-maven-and-jboss-tools/feed/ ) in 0.49467 seconds, on Feb 9th, 2012 at 10:21 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 11:21 pm UTC -->
