Skip to content
Weld TCK Runner for JBoss AS 7
Java
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
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
You can’t perform that action at this time.