Create a dummy integration tests, for the following categories:
x Client testcase: the test access the server via http
x Inside server testcase: the testcase is exectued within the server
x JSF/Seam context testcase: the testcase has access to Seam/JSF context
All tests should be invoked automaticaly in the maven2 integration-test phase. They must be bound to a profile to skip them by default.
Evaluate EJB3Unit for embedded JBoss testing.
Evaluate SEAM integration tests.