<?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: Getting the J2EE Duke&#8217;s Bank Example running on JBoss-4.2.2.GA</title>
	<atom:link href="http://getluky.net/2008/05/12/getting-the-j2ee-dukes-bank-example-running-on-jboss-422ga/feed/" rel="self" type="application/rss+xml" />
	<link>http://getluky.net/2008/05/12/getting-the-j2ee-dukes-bank-example-running-on-jboss-422ga/</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 10:13:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rommel Sharma</title>
		<link>http://getluky.net/2008/05/12/getting-the-j2ee-dukes-bank-example-running-on-jboss-422ga/comment-page-1/#comment-311188</link>
		<dc:creator>Rommel Sharma</dc:creator>
		<pubDate>Sun, 25 Oct 2009 19:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://getluky.net/?p=279#comment-311188</guid>
		<description>&lt;p&gt;Just to add to the solution given above, with JBoss 5, the change would be:&lt;/p&gt;

&lt;p&gt;Go to examples/bank/. 
Edit jboss-build.xml, and modify the build.classpath to appear as follows: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&lt;!-- The build classpath --&gt;
&lt;path id=&quot;build.classpath&quot;&gt;
    &lt;path refid=&quot;client.classpath&quot;/&gt;
&lt;fileset dir=&quot;${jboss.server}/lib/&quot;&gt;
        &lt;include name=&quot;javax.servlet*.jar&quot;/&gt;
    &lt;/fileset&gt;
&lt;fileset dir=&quot;${jboss.home}/common/lib/&quot;&gt;
        &lt;include name=&quot;servlet-api.jar&quot;/&gt;
    &lt;include name=&quot;jsp-api.jar&quot;/&gt;
   &lt;include name=&quot;jboss-javaee.jar&quot;/&gt;
    &lt;/fileset&gt;
 &lt;/path&gt;
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Just to add to the solution given above, with JBoss 5, the change would be:</p>

<p>Go to examples/bank/. 
Edit jboss-build.xml, and modify the build.classpath to appear as follows: </p>

<pre><code>&lt;!-- The build classpath --&gt;
&lt;path id="build.classpath"&gt;
    &lt;path refid="client.classpath"/&gt;
&lt;fileset dir="${jboss.server}/lib/"&gt;
        &lt;include name="javax.servlet*.jar"/&gt;
    &lt;/fileset&gt;
&lt;fileset dir="${jboss.home}/common/lib/"&gt;
        &lt;include name="servlet-api.jar"/&gt;
    &lt;include name="jsp-api.jar"/&gt;
   &lt;include name="jboss-javaee.jar"/&gt;
    &lt;/fileset&gt;
 &lt;/path&gt;
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Xian</title>
		<link>http://getluky.net/2008/05/12/getting-the-j2ee-dukes-bank-example-running-on-jboss-422ga/comment-page-1/#comment-311133</link>
		<dc:creator>Xian</dc:creator>
		<pubDate>Wed, 26 Aug 2009 00:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://getluky.net/?p=279#comment-311133</guid>
		<description>&lt;p&gt;It does not work for JBoss 4.2.3 on RH Linux&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It does not work for JBoss 4.2.3 on RH Linux</p>]]></content:encoded>
	</item>
</channel>
</rss>

