Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Weld TCK Runner for JBoss AS 7
Java
Latest commit
Cannot retrieve the latest commit at this time.
Files
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
container | ||
|
|
tck-runner | ||
|
|
.gitignore | ||
|
|
README | ||
|
|
pom.xml | ||
README
Jboss AS7 CDI TCK Runner This project allows you to run the CDI TCK against Jboss AS7. Instructions ----------------- Make sure JBOSS_HOME is pointing to your Jboss AS7 installation. Then run mvn install -Djboss.datasource.add=true The TCK requires the datasource java:/DefaultDS to be present, or it will hang due to missing dependencies. The -Djboss.datasource.add=true will automatically add this datasource if it does not already exist. Running a Single Test ---------------- Use the tckTest system property to specify the class name of the test to run like so: mvn test -DtckTest=TestToRun