Author: manaRH
Date: 2010-11-19 11:02:14 -0500 (Fri, 19 Nov 2010)
New Revision: 13919
Modified:
branches/community/Seam_2_2/examples/dvdstore/readme.txt
Log:
JBSEAM-4698, JBSEAM-4714 added build script for deployment of dvdstore into JBoss AS 6
Modified: branches/community/Seam_2_2/examples/dvdstore/readme.txt
===================================================================
--- branches/community/Seam_2_2/examples/dvdstore/readme.txt 2010-11-19 16:01:10 UTC (rev
13918)
+++ branches/community/Seam_2_2/examples/dvdstore/readme.txt 2010-11-19 16:02:14 UTC (rev
13919)
@@ -1,6 +1,8 @@
Seam DVD Store Example
======================
+example.name=dvdstore
+
This example demonstrates the use of Seam with jBPM pageflow and business
process management. It runs on JBoss AS as an EAR and Tomcat with Embedded
JBoss as a WAR.
@@ -9,6 +11,5 @@
JBoss AS 6 needs new hibernate search and hibernate-commons-annotations, and more source
code enhancement due Hibernate Search and Lucene-Core
API changes. Therefore use ant target jboss6 for deploying to JBoss AS 6 M5 and later.
For instance:
-$ant jboss6 -Djboss6=yes
-example.name=dvdstore
+ ant -f build-jboss6.xml
Show replies by date