<?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: EJB3 with JBoss5 and Maven2</title>
	<atom:link href="http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/</link>
	<description>Pragmatic Integrators</description>
	<lastBuildDate>Fri, 23 Jul 2010 20:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9916</generator>
	<item>
		<title>By: EJB3 with JBoss5 and Maven2 (part 3) &#124; Redstream Blog</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-399</link>
		<dc:creator>EJB3 with JBoss5 and Maven2 (part 3) &#124; Redstream Blog</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-399</guid>
		<description>[...] with JBoss5 and Maven2 (part 3) 18 May 2009 Pascal Alma As I promised here this is the last part about using Maven2 to build, test and deploy an EJB3 application to JBoss5. [...]</description>
		<content:encoded><![CDATA[<p>[...] with JBoss5 and Maven2 (part 3) 18 May 2009 Pascal Alma As I promised here this is the last part about using Maven2 to build, test and deploy an EJB3 application to JBoss5. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EJB3 with JBoss5 and Maven2 (part 2) &#124; Redstream Blog</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-398</link>
		<dc:creator>EJB3 with JBoss5 and Maven2 (part 2) &#124; Redstream Blog</dc:creator>
		<pubDate>Wed, 18 Nov 2009 19:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-398</guid>
		<description>[...] with JBoss5 and Maven2 (part 2) 8 May 2009 Pascal Alma As I stated here I see three levels of using Maven2 to build and deploy your EJB3 application with JBoss5 as [...]</description>
		<content:encoded><![CDATA[<p>[...] with JBoss5 and Maven2 (part 2) 8 May 2009 Pascal Alma As I stated here I see three levels of using Maven2 to build and deploy your EJB3 application with JBoss5 as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-368</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-368</guid>
		<description>Thank you very much. That helps.</description>
		<content:encoded><![CDATA[<p>Thank you very much. That helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-362</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-362</guid>
		<description>Hi Kevin,
I sent you a mail how to solve that. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Kevin,<br />
I sent you a mail how to solve that. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-367</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 17:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-367</guid>
		<description>Thank you Pascal. That helped me.

  Now I have another problem. when I try to compile with command
mvn compile

  I am getting the following error
annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations)

I am using jdk 1.6.
I am not that familiar with maven. It seems there is someplace where I need to set the jdk version. Can you please let me know the file name and what needs to be modified?

Thanks</description>
		<content:encoded><![CDATA[<p>Thank you Pascal. That helped me.</p>
<p>  Now I have another problem. when I try to compile with command<br />
mvn compile</p>
<p>  I am getting the following error<br />
annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations)</p>
<p>I am using jdk 1.6.<br />
I am not that familiar with maven. It seems there is someplace where I need to set the jdk version. Can you please let me know the file name and what needs to be modified?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal Alma</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-366</link>
		<dc:creator>Pascal Alma</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-366</guid>
		<description>Hi Kevin,

I am looking how to allow XML tags in the comments but haven&#039;t found out yet.
About your questions:
The properties in your settings.xml must be surrounded with a &#039;properties&#039; tag.
ABout the parameters in step 1: this is up to you what you fill in. This will be used by Maven to create your project with these values. If this &#039;generate&#039; archetype isn&#039;t working for you you can use the &#039;old&#039; version: &#039;create&#039;  archetype as described here: http://maven.apache.org/plugins/maven-archetype-plugin-1.0-alpha-7/examples/simple.html</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>I am looking how to allow XML tags in the comments but haven&#8217;t found out yet.<br />
About your questions:<br />
The properties in your settings.xml must be surrounded with a &#8216;properties&#8217; tag.<br />
ABout the parameters in step 1: this is up to you what you fill in. This will be used by Maven to create your project with these values. If this &#8216;generate&#8217; archetype isn&#8217;t working for you you can use the &#8216;old&#8217; version: &#8216;create&#8217;  archetype as described here: <a href="http://maven.apache.org/plugins/maven-archetype-plugin-1.0-alpha-7/examples/simple.html" rel="nofollow">http://maven.apache.org/plugins/maven-archetype-plugin-1.0-alpha-7/examples/simple.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-365</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-365</guid>
		<description>There is a problem in posting xml tags.

My local settings.xml file is something similar to this one.
settings
	jboss.home   C:\jboss-5.0.1.GA jboss.home
settings</description>
		<content:encoded><![CDATA[<p>There is a problem in posting xml tags.</p>
<p>My local settings.xml file is something similar to this one.<br />
settings<br />
	jboss.home   C:\jboss-5.0.1.GA jboss.home<br />
settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-364</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-364</guid>
		<description>My local settings.xml is as follows


	C:\jboss5.0.1.GA</description>
		<content:encoded><![CDATA[<p>My local settings.xml is as follows</p>
<p>	C:\jboss5.0.1.GA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-363</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 11:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-363</guid>
		<description>Hi Pascal

  This is very interesting article. I am a newbie and trying to make this work.
  Can you please update step 1, what are the groupId, artifactId, version and package that you entered?

  In step 3, when I try to add  in my settings.xml as

	C:\jboss-5.0.1.GA


  I am getting the error
Error reading settings.xml: Unrecognised tag: &#039;jboss.home&#039; (position: START_TAG
seen \r\n\t... @2:14)
  Line:   2
  Column: 14

I am using Maven version: 2.0.10. Is there anything that needs to be done?

Thanks
Kevin</description>
		<content:encoded><![CDATA[<p>Hi Pascal</p>
<p>  This is very interesting article. I am a newbie and trying to make this work.<br />
  Can you please update step 1, what are the groupId, artifactId, version and package that you entered?</p>
<p>  In step 3, when I try to add  in my settings.xml as</p>
<p>	C:\jboss-5.0.1.GA</p>
<p>  I am getting the error<br />
Error reading settings.xml: Unrecognised tag: &#8216;jboss.home&#8217; (position: START_TAG<br />
seen \r\n\t&#8230; @2:14)<br />
  Line:   2<br />
  Column: 14</p>
<p>I am using Maven version: 2.0.10. Is there anything that needs to be done?</p>
<p>Thanks<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EJB3 with JBoss5 and Maven2 (part 3) &#124; Pascal's Blog</title>
		<link>http://blog.redstream.nl/2009/05/03/ejb3-with-jboss5-and-maven2/comment-page-1/#comment-361</link>
		<dc:creator>EJB3 with JBoss5 and Maven2 (part 3) &#124; Pascal's Blog</dc:creator>
		<pubDate>Mon, 18 May 2009 18:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pascalalma.net/?p=762#comment-361</guid>
		<description>[...] EJB3 with JBoss5 and Maven2 [...]</description>
		<content:encoded><![CDATA[<p>[...] EJB3 with JBoss5 and Maven2 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
