[seam-commits] Seam SVN: r9344 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 15 11:49:54 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-10-15 11:49:54 -0400 (Wed, 15 Oct 2008)
New Revision: 9344
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Concepts.xml
trunk/doc/Seam_Reference_Guide/en-US/Glassfish.xml
trunk/doc/Seam_Reference_Guide/en-US/Oc4j.xml
trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml
trunk/doc/Seam_Reference_Guide/en-US/Websphere.xml
Log:
JBSEAM-2961
Modified: trunk/doc/Seam_Reference_Guide/en-US/Concepts.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Concepts.xml 2008-10-15 13:43:42 UTC (rev 9343)
+++ trunk/doc/Seam_Reference_Guide/en-US/Concepts.xml 2008-10-15 15:49:54 UTC (rev 9344)
@@ -1148,7 +1148,7 @@
private Account account; // an entity bean
@Unwrap
- public void getAccount()
+ public Account getAccount()
{
return account;
}
Modified: trunk/doc/Seam_Reference_Guide/en-US/Glassfish.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Glassfish.xml 2008-10-15 13:43:42 UTC (rev 9343)
+++ trunk/doc/Seam_Reference_Guide/en-US/Glassfish.xml 2008-10-15 15:49:54 UTC (rev 9344)
@@ -351,7 +351,7 @@
[org.hibernate.dialect.HSQLDialect]
[input] Enter the filesystem path to the JDBC driver jar
-[../lib/hsqldb.jar] [../lib/hsqldb.jar]
+[/tmp/seam/lib/hsqldb.jar] [/tmp/seam/lib/hsqldb.jar]
[input] Enter JDBC driver class for your database [org.hsqldb.jdbcDriver]
[org.hsqldb.jdbcDriver]
@@ -836,4 +836,4 @@
</section>
</section>
</section>
-</chapter>
\ No newline at end of file
+</chapter>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Oc4j.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Oc4j.xml 2008-10-15 13:43:42 UTC (rev 9343)
+++ trunk/doc/Seam_Reference_Guide/en-US/Oc4j.xml 2008-10-15 15:49:54 UTC (rev 9344)
@@ -412,7 +412,7 @@
<orderedlist>
<listitem>
<para> Copy <literal>hsqldb.jar</literal> to OC4J shared library
- directory: <literal> cp ../../seam-gen/lib/hsqldb.jar
+ directory: <literal> cp $SEAM_HOME/lib/hsqldb.jar
$ORACLE_HOME/j2ee/home/applib/ </literal> (OC4J doesn't
come with an embedded database so we decided to use HSQLDB)
</para>
@@ -537,9 +537,9 @@
[input] Enter your Java project workspace (the directory that contains your
Seam projects) [C:/Projects] [C:/Projects]
/home/jbalunas/workspace
- [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA]
-[C:/Program Files/jboss-4.2.2.GA]
-/home/jbalunas/jboss/jboss-4.2.2.GA
+ [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA]
+[C:/Program Files/jboss-4.2.3.GA]
+/home/jbalunas/jboss/jboss-4.2.3.GA
[input] Enter the project name [myproject] [myproject]
oc4j_example
[echo] Accepted project name as: oc4j_example
@@ -564,8 +564,8 @@
[input] Enter the Hibernate dialect for your database [org.hibernate.
dialect.MySQLDialect] [org.hibernate.dialect.MySQLDialect]
- [input] Enter the filesystem path to the JDBC driver jar [lib/hsqldb.jar]
-[lib/hsqldb.jar]
+ [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/hsqldb.jar]
+[/tmp/seam/lib/hsqldb.jar]
lib/mysql-connector.jar
[input] Enter JDBC driver class for your database [com.mysql.jdbc.Driver]
[com.mysql.jdbc.Driver]
@@ -592,7 +592,7 @@
[propertyfile] Creating new property file:
/home/jbalunas/workspace/jboss-seam/seam-gen/build.properties
[echo] Installing JDBC driver jar to JBoss server
- [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.2.GA/server/default/lib
+ [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib
[echo] Type 'seam create-project' to create the new project
BUILD SUCCESSFUL]]></programlisting>
@@ -1165,4 +1165,4 @@
<para> That's it, we're through. You now have a great starting point for any
Seam based application deployed to OC4J. </para>
</section>
-</chapter>
\ No newline at end of file
+</chapter>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml 2008-10-15 13:43:42 UTC (rev 9343)
+++ trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml 2008-10-15 15:49:54 UTC (rev 9344)
@@ -1193,9 +1193,9 @@
[input] Enter your Java project workspace (the directory that contains your
Seam projects) [C:/Projects] [C:/Projects]
/home/jbalunas/workspace
- [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA]
-[C:/Program Files/jboss-4.2.2.GA]
-/jboss/apps/jboss-4.2.2.GA
+ [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA]
+[C:/Program Files/jboss-4.2.3.GA]
+/jboss/apps/jboss-4.2.3.GA
[input] Enter the project name [myproject] [myproject]
weblogic-example
[echo] Accepted project name as: weblogic_example
@@ -1220,8 +1220,8 @@
[input] Enter the Hibernate dialect for your database [org.hibernate.
dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect]
- [input] Enter the filesystem path to the JDBC driver jar [lib/hsqldb.jar]
-[lib/hsqldb.jar]
+ [input] Enter the filesystem path to the JDBC driver jar [/tmp/seamlib/hsqldb.jar]
+[/tmp/seam/lib/hsqldb.jar]
[input] Enter JDBC driver class for your database [org.hsqldb.jdbcDriver]
[org.hsqldb.jdbcDriver]
@@ -1247,7 +1247,7 @@
[propertyfile] Creating new property file:
/rhdev/projects/jboss-seam/cvs-head/jboss-seam/seam-gen/build.properties
[echo] Installing JDBC driver jar to JBoss server
- [copy] Copying 1 file to /jboss/apps/jboss-4.2.2.GA/server/default/lib
+ [copy] Copying 1 file to /jboss/apps/jboss-4.2.3.GA/server/default/lib
[echo] Type 'seam create-project' to create the new project
BUILD SUCCESSFUL]]></programlisting>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Websphere.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Websphere.xml 2008-10-15 13:43:42 UTC (rev 9343)
+++ trunk/doc/Seam_Reference_Guide/en-US/Websphere.xml 2008-10-15 15:49:54 UTC (rev 9344)
@@ -1022,9 +1022,9 @@
[input] Enter your Java project workspace (the directory that contains your
Seam projects) [C:/Projects] [C:/Projects]
/home/jbalunas/workspace
- [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA]
-[C:/Program Files/jboss-4.2.2.GA]
-/home/jbalunas/jboss/jboss-4.2.2.GA
+ [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA]
+[C:/Program Files/jboss-4.2.3.GA]
+/home/jbalunas/jboss/jboss-4.2.3.GA
[input] Enter the project name [myproject] [myproject]
websphere_example
[echo] Accepted project name as: websphere_example
@@ -1052,8 +1052,8 @@
[input] Enter the Hibernate dialect for your database [org.hibernate.
dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect]
- [input] Enter the filesystem path to the JDBC driver jar [lib/hsqldb.jar]
-[lib/hsqldb.jar]
+ [input] Enter the filesystem path to the JDBC driver jar [/tmp/seam/lib/hsqldb.jar]
+[/tmp/seam/lib/hsqldb.jar]
[input] Enter JDBC driver class for your database [org.hsqldb.jdbcDriver]
[org.hsqldb.jdbcDriver]
@@ -1078,7 +1078,7 @@
[propertyfile] Creating new property file:
/rhdev/projects/jboss-seam/svn-seam_2_0/jboss-seam-2_0/seam-gen/build.properties
[echo] Installing JDBC driver jar to JBoss server
- [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.2.GA/server/default/lib
+ [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib
[echo] Type 'seam create-project' to create the new project
BUILD SUCCESSFUL
More information about the seam-commits
mailing list