[seam-commits] Seam SVN: r7399 - trunk/doc/reference/en/modules.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Feb 8 15:38:16 EST 2008
Author: jbalunas at redhat.com
Date: 2008-02-08 15:38:16 -0500 (Fri, 08 Feb 2008)
New Revision: 7399
Modified:
trunk/doc/reference/en/modules/websphere.xml
Log:
Updated the required jar list with jboss-archive-browsing.jar and removed concurrent.jar references.
Also added some notes about restarting the server after deployments.
Modified: trunk/doc/reference/en/modules/websphere.xml
===================================================================
--- trunk/doc/reference/en/modules/websphere.xml 2008-02-08 20:36:53 UTC (rev 7398)
+++ trunk/doc/reference/en/modules/websphere.xml 2008-02-08 20:38:16 UTC (rev 7399)
@@ -423,6 +423,7 @@
<!--<include name="lib/log4j.jar" />-->
<include name="lib/el-api.jar" />
<include name="examples/jpa/lib/el-ri.jar" />
+ <include name="examples/jpa/lib/jboss-archive-browsing.jar" />
<include name="lib/jsf-api.jar" />
<include name="lib/jsf-impl.jar" />
<include name="lib/jboss-seam.jar" />
@@ -671,8 +672,12 @@
</itemizedlist> </para>
</listitem>
</itemizedlist> </para>
- </listitem>
+ </listitem>
<listitem>
+ <para>You should now restart the server before starting your
+ application.</para>
+ </listitem>
+ <listitem>
<para>To start the application return to the
<literal>Enterprise Applications</literal> table and
select our application in the list. Then choose the
@@ -781,6 +786,10 @@
</para>
</listitem>
<listitem>
+ <para>You should now restart the server before starting your
+ application.</para>
+ </listitem>
+ <listitem>
<para>Finally start the application by selecting it in the
<literal>Enterprise Applications</literal> table and clicking
the <literal>Start</literal> button.
@@ -1402,17 +1411,13 @@
<para> Third party dependencies. You will need to copy the
<literal>jboss-archive-browsing.jar</literal> from the
<literal>$SEAM/examples/jpa/lib</literal> directory into the
- the projects <literal>/lib</literal> directory. You will
- also need to acquire the <literal>concurrent.jar</literal>
- and place it in the same directory. You can get this from
- any jboss distribution or just search for it.</para>
+ the projects <literal>/lib</literal> directory. </para>
<programlisting><![CDATA[
<!-- 3rd party and supporting jars -->
<!--<include name="lib/log4j.jar" />-->
<include name="lib/javassist.jar"/>
<include name="lib/dom4j.jar" />
<include name="lib/jboss-archive-browsing.jar" />
- <include name="lib/concurrent.jar" />
<include name="lib/cglib.jar"/>
<include name="lib/asm.jar"/>
<include name="lib/antlr.jar" />
@@ -1461,7 +1466,6 @@
<include name="lib/javassist.jar"/>
<include name="lib/dom4j.jar" />
<include name="lib/jboss-archive-browsing.jar" />
- <include name="lib/concurrent.jar" />
<include name="lib/cglib.jar"/>
<include name="lib/asm.jar"/>
<include name="lib/antlr.jar" />
@@ -1498,6 +1502,10 @@
<literal>jboss-seam-jee5</literal>.</para>
</listitem>
<listitem>
+ <para>You should now restart the server before starting your
+ application.</para>
+ </listitem>
+ <listitem>
<para> Checkout the app at:
<literal>http://localhost:9080/websphere_example/index.html</literal>
</para>
More information about the seam-commits
mailing list