forked from michaelschuetz/seamArquillian-bed2011
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
29 lines (19 loc) · 1.36 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
seamArquillian-bed2011
=========================
Sample code of Seam Arquillian talk at BED 2011. This demo application brings Arquillian integration tests into Seam 2 application.
Based on Seam 2 Maven Archetype (http://seam-archetype.sourceforge.net) this project was easily extended with "seamArquillian-it" Maven module. As this module is selfcontained, it might therefore easily be integrated into your Seam 2 application.
Versions
* Seam 2.2.1.CR2
* Arquillian 1.0.0.Alpha4
* Maven3 beta2 (version 2.2* is supported also)
Application successfully tested against JBoss-5.1.0.GA container.
Hint: Does not run against JBoss-6.0.0.20100911-M5 container by default as Seam2 has troubles with JSF2 libs.
This project uses git for version control and is publically available at github.
Getting started:
1) Git checkout or download sources from: http://github.com/michaelschuetz/seamArquillian-bed2011 .
2) Synchronize repository configuration. See sample settings.xml. Need to config local repository.
3) Go to root directory and run "mvn install".
4) Start tests - JBoss 5.1 ist configured by default:
remote container: "mvn verify -Pit,jbossas51_remote" (against running container)
managed container: "mvn verify -Pit,jbossas51_managed" (container will be started and stopped)
5) Additionally, test may be run from IDE, directly.