Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

jbossas/weld-as7-tck-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	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

About

Weld TCK Runner for JBoss AS 7

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages