Tweaked the CDI TCK so that it can run with the apps deployed from the webapps/ 
directory (TOMEE-37)

You can give it a try from openejb/tck/cdi-tomee/ like so:

    mvn clean install -Pwebapp-deployer

When I run it I get the following results:

Tests run: 844, Failures: 230, Errors: 0, Skipped: 0

The tests that have "broken" in the package name are supposed to fail in either 
runtime or at deploy, so a good chunk of those would pass if our 
WebappsDeployer had the ability to detect deployment issues and throw an 
exception.

Ruling out all "broken" tests there are still 131 failures that are all likely 
legitimate.

So it seems we do have some very basic issues we need to clear up.  Definitely 
a blocker for any kind of final release.

The information I have:

  http://openejb.staging.apache.org/dev/cdi-tck-webappsdeployer.html


Unrelated side note, I'll be out all week.  Soooo looking forward to getting 
some time to hack again.


-David

Reply via email to