From 20c846deeff4b1c4bb7e801d3e3828c8d84367f3 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 4 Mar 2011 13:06:29 -0500 Subject: [PATCH] add note about JBoss Logging prerequisite --- javaee-booking/readme.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/javaee-booking/readme.txt b/javaee-booking/readme.txt index 1683ed9..4794152 100644 --- a/javaee-booking/readme.txt +++ b/javaee-booking/readme.txt @@ -1,10 +1,20 @@ JBoss AS -------- -You'll need the latest nightly build of JBoss AS 6.0.x to run this application. +You'll need JBoss AS 6.0.0 or better to run this application. -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 + http://jboss.org/jbossas -Extract the zip, set the JBOSS_HOME environment variable and execute the startup script. +Extract the zip and set the JBOSS_HOME environment variable. + +Before starting JBoss AS, you'll need to add a temporary flag to workaround an +outstanding problem in Seam Solder (SOLDER-49). Open up the file +$JBOSS_HOME/bin/run.conf and add the following line to the bottom of the file: + + JAVA_OPTS="$JAVA_OPTS -Djboss.i18n.generate-proxies=true" + +Now you can start JBoss AS: + + ./bin/run.sh You can then deploy the application: