Yesterday I discovered that our code runs fine on Java 6, so I went
back and verified the 3.0-beta-1 release using the Sun Java 6 VM on
Windows and OSX which we passed. In the process, I wrote this simple
ant script:
http://svn.apache.org/repos/asf/openejb/trunk/website/src/doc/
build.xml
To use it, simply download the build.xml file and run "ant test" or
"ant test-all" with ant 1.7. The script downloads OpenEJB, the
iTests, and one (ant test) or four (ant test-all) versions of
Tomcat. I chose ant because I want rope more people into testing
OpenEJB on their box and everyone's got ant :)
I updated the download page to reflect the passes on Windows and Mac
1.6, and if you get it to pass on another platform, please update the
page (if not report it here).
http://cwiki.apache.org/confluence/display/OPENEJB/OpenEJB+3.0+beta+1
I'm especially looking for runs using the Sun 1.6 VM on Linux and the
IBM 1.5/1.6 VMs on Windows and Linux. Also Solaris would be nice...
-dain