Author: dan.j.allen
Date: 2009-04-14 13:44:58 -0400 (Tue, 14 Apr 2009)
New Revision: 10408
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Cache.xml
trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml
trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml
trunk/doc/Seam_Reference_Guide/en-US/Framework.xml
trunk/doc/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml
trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
trunk/doc/Seam_Reference_Guide/en-US/Hsearch.xml
trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml
Log:
JBSEAM-4116
Modified: trunk/doc/Seam_Reference_Guide/en-US/Cache.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Cache.xml 2009-04-14 17:39:18 UTC (rev 10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Cache.xml 2009-04-14 17:44:58 UTC (rev 10408)
@@ -119,7 +119,7 @@
<variablelist>
<varlistentry>
<term>
- JBoss Cache 1.x (suitable for use in JBoss 4.2.x and other
+ JBoss Cache 1.x (suitable for use in JBoss 4.2.x or later and other
containers)
</term>
<listitem>
@@ -141,7 +141,7 @@
</varlistentry>
<varlistentry>
<term>
- JBoss POJO Cache 1.x (suitable for use in JBoss 4.2.x and other
+ JBoss POJO Cache 1.x (suitable for use in JBoss 4.2.x or later and other
containers)
</term>
<listitem>
@@ -390,4 +390,4 @@
</section>
-</chapter>
\ No newline at end of file
+</chapter>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml 2009-04-14 17:39:18 UTC (rev
10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Configuration.xml 2009-04-14 17:44:58 UTC (rev
10408)
@@ -1166,7 +1166,7 @@
<para> The default HTTP session timeout can be modified in
<literal>server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml</literal>
for JBoss 4.0.x, or in
-
<literal>server/default/deploy/jboss-web.deployer/conf/web.xml</literal> for
JBoss 4.2.x. The following
+
<literal>server/default/deploy/jboss-web.deployer/conf/web.xml</literal> for
JBoss 4.2.x or later. The following
entry in this file controls the default session timeout for all web
applications: </para>
<programlisting role="XML"><![CDATA[<session-config>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml 2009-04-14 17:39:18 UTC (rev
10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Dependencies.xml 2009-04-14 17:44:58 UTC (rev
10408)
@@ -48,7 +48,7 @@
type is listed as <literal>war</literal>, the library should be placed
in
the <literal>/WEB-INF/lib</literal> directory of your application's
war
file. The scope of the dependency is either all, runtime or provided (by
- JBoss AS 4.2).
+ JBoss AS 4.2 or 5.0).
</para>
<para>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Framework.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Framework.xml 2009-04-14 17:39:18 UTC (rev
10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Framework.xml 2009-04-14 17:44:58 UTC (rev
10408)
@@ -598,4 +598,4 @@
</section>
-</chapter>
\ No newline at end of file
+</chapter>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml 2009-04-14
17:39:18 UTC (rev 10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Getting_Started_With_JBoss_Tools.xml 2009-04-14
17:44:58 UTC (rev 10408)
@@ -27,10 +27,10 @@
<title>Before you start</title>
<para>
- Make sure you have JDK 5, JBoss AS 4.2, Eclipse 3.3, the JBoss Tools
- plugins (at least Seam Tools, the Visual Page Editor, jBPM Tools and
- JBoss AS Tools) and the TestNG plugin for Eclipse correctly installed
- before starting.
+ Make sure you have JDK 5, JBoss AS 4.2 or 5.0, Eclipse 3.3, the JBoss
+ Tools plugins (at least Seam Tools, the Visual Page Editor, jBPM Tools
+ and JBoss AS Tools) and the TestNG plugin for Eclipse correctly
+ installed before starting.
</para>
<para>TODO - detail where the update sites are.</para>
@@ -69,9 +69,10 @@
<para>
- Now, we need to tell JBoss Tools about JBoss AS. This is a two stage
- process, first we need to define a runtime, make sure you select JBoss
- AS 4.2:
+ Now, we need to tell JBoss Tools about JBoss AS. In this example we
+ are using JBoss AS 4.2, though you can certainly use JBoss AS 5.0 as
+ well. Selecting JBoss AS is a two step process. First we need to
+ define a runtime. Again, we'll choose JBoss AS 4.2 in this case:
</para>
<mediaobject>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2009-04-14 17:39:18 UTC (rev
10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2009-04-14 17:44:58 UTC (rev
10408)
@@ -18,17 +18,17 @@
use it in conjunction with Eclipse for debugging and integration testing. If you
don't want to install Eclipse,
you can still follow along with this tutorial—all steps can be performed from the
command line.</para>
- <para>Seam-gen is basically just a big ugly Ant script wrapped around Hibernate
Tools, together with some templates.
+ <para>seam-gen is basically just an intricate Ant script wrapped around
Hibernate Tools, together with some templates.
That makes it easy to customize if you need to.</para>
<section>
<title>Before you start</title>
<para>Make sure you have JDK 5 or JDK 6 (see <xref
- linkend="jdk_dependencies"/> for details), JBoss
AS 4.2 and Ant 1.6, along with recent versions of Eclipse, the
- JBoss IDE plugin for Eclipse and the TestNG plugin for Eclipse correctly
installed before starting. Add your
- JBoss installation to the JBoss Server View in Eclipse. Start JBoss in debug
mode. Finally, start a command
- prompt in the directory where you unzipped the Seam
distribution.</para>
+ linkend="jdk_dependencies"/> for details), JBoss AS 4.2 or 5.0
and Ant 1.7.0, along with recent versions of
+ Eclipse, the JBoss IDE plugin for Eclipse and the TestNG plugin for Eclipse
correctly installed before
+ starting. Add your JBoss installation to the JBoss Server View in Eclipse.
Start JBoss in debug mode.
+ Finally, start a command prompt in the directory where you unzipped the Seam
distribution.</para>
<para>JBoss has sophisticated support for hot re-deployment of WARs and
EARs. Unfortunately, due to bugs in the
JVM, repeated redeployment of an EAR—which is common during
development—eventually causes the JVM to run out
@@ -410,11 +410,11 @@
<section>
<title>Using Seam with JBoss 4.0</title>
- <para> Seam 2.0 was developed for JavaServer Faces 1.2. When using JBoss
AS, we recommend using JBoss 4.2, which
- bundles the JSF 1.2 reference implementation. However, it is still possible
to use Seam 2.0 on the JBoss 4.0
- platform. There are two basic steps required to do this: install an
EJB3-enabled version of JBoss 4.0 and
- replace MyFaces with the JSF 1.2 reference implementation. Once you complete
these steps, Seam 2.0
- applications can be deployed to JBoss 4.0.</para>
+ <para> Seam 2.0 was developed for JavaServer Faces 1.2. When using JBoss
AS, we recommend using JBoss 4.2 or
+ JBoss 5.0, both of which bundle the JSF 1.2 reference implementation.
However, it is still possible to use
+ Seam 2.0 on the JBoss 4.0 platform. There are two basic steps required to do
this: install an EJB3-enabled
+ version of JBoss 4.0 and replace MyFaces with the JSF 1.2 reference
implementation. Once you complete these
+ steps, Seam 2.0 applications can be deployed to JBoss 4.0.</para>
<section>
<title>Install JBoss 4.0</title>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Hsearch.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Hsearch.xml 2009-04-14 17:39:18 UTC (rev 10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Hsearch.xml 2009-04-14 17:44:58 UTC (rev 10408)
@@ -54,7 +54,7 @@
</persistence-unit>]]></programlisting>
<para>If you plan to target Hibernate Annotations or EntityManager 3.2.x
- (embedded into JBoss AS 4.2.GA), you also need to configure the
+ (embedded into JBoss AS 4.2.x and later), you also need to configure the
appropriate event listeners.</para>
<programlisting role="XML"><![CDATA[<persistence-unit
name="sample">
Modified: trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-04-14 17:39:18 UTC (rev 10407)
+++ trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-04-14 17:44:58 UTC (rev 10408)
@@ -44,7 +44,7 @@
<section>
<title>Running the examples on JBoss AS</title>
- <para>The examples are configured for use on JBoss 4.2. You'll need
to set <literal>jboss.home</literal>,
+ <para>The examples are configured for use on JBoss AS 4.2 or 5.0.
You'll need to set <literal>jboss.home</literal>,
in the shared <literal>build.properties</literal> file in the
root folder of your Seam
installation, to the location of your JBoss AS
installation.</para>