[seam-commits] Seam SVN: r7398 - branches/Seam_2_0/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Feb 8 15:36:54 EST 2008


Author: jbalunas at redhat.com
Date: 2008-02-08 15:36:53 -0500 (Fri, 08 Feb 2008)
New Revision: 7398

Modified:
   branches/Seam_2_0/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: branches/Seam_2_0/doc/reference/en/modules/websphere.xml
===================================================================
--- branches/Seam_2_0/doc/reference/en/modules/websphere.xml	2008-02-08 19:17:43 UTC (rev 7397)
+++ branches/Seam_2_0/doc/reference/en/modules/websphere.xml	2008-02-08 20:36:53 UTC (rev 7398)
@@ -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,6 +672,10 @@
                               </itemizedlist> </para>
                         </listitem>
                      </itemizedlist> </para>
+               </listitem>
+               <listitem>
+                  <para>You should now restart the server before starting your 
+                     application.</para>
                </listitem>               
                <listitem>
                   <para>To start the application return to 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" />
@@ -1490,7 +1494,6 @@
                   ). The target of the build will be
                   <literal>dist/websphere_example.ear</literal> . </para>
             </listitem>
-            
             <listitem>
                <para>To deploy the application follow the instructions here : 
                   <xref linkend="jee5-websphere-deploy"/> but use references to
@@ -1498,6 +1501,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