[seam-commits] Seam SVN: r13254 - examples/trunk/booking-simplified.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 18 16:34:35 EDT 2010


Author: dan.j.allen
Date: 2010-06-18 16:34:35 -0400 (Fri, 18 Jun 2010)
New Revision: 13254

Modified:
   examples/trunk/booking-simplified/readme.txt
Log:
instructions


Modified: examples/trunk/booking-simplified/readme.txt
===================================================================
--- examples/trunk/booking-simplified/readme.txt	2010-06-18 20:34:06 UTC (rev 13253)
+++ examples/trunk/booking-simplified/readme.txt	2010-06-18 20:34:35 UTC (rev 13254)
@@ -1,5 +1,17 @@
-You will need to start JavaDB to make the application run
+JBoss AS
+--------
+You need the latest nightly build of JBoss AS 6.0.x to run this application on a JBoss AS instance:
 
+http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x/lastSuccessfulBuild/artifact/JBossAS_6_0/build/target/jboss-6.0.x.zip
+
+You then need to copy the booking-ds.xml file to JBoss AS
+
+cp src/main/resources-jbossas/booking-ds.xml $JBOSS_HOME/server/default/deploy/
+
+GlassFish
+---------
+You will need to start JavaDB to make the application run on GlassFish
+
 $GLASSFISH_HOME/bin/asadmin start-database
 
 However, there should be an option with the GlassFish server plugin in both



More information about the seam-commits mailing list