On Jan 31, 2008, at 5:02 PM, David Blevins wrote:


New binaries at stage2, so:

Assembled "distro" directory to be copied to /www/www.apache.org/dist/openejb/ :

http://people.apache.org/~dblevins/stage2/3.0-beta-2/

Maven 2 artifacts to be copied to /www/people.apache.org/repo/m2- ibiblio-rsync-repository/:

http://people.apache.org/~dblevins/stage2/repo/


Here's my +1

Our test client jar had some issues, which is not a big deal as we only use it for testing releases. I patched mine up and uploaded if you want to run the itests too (http://people.apache.org/~dblevins/openejb-itests-standalone-client-3.0-beta-2.jar )

The following is the output from me manually deploying the itests and running the client. Figured I'd post the output for fun.

-David


(this one is against standalone)

$ java -jar openejb-itests-standalone-client-3.0-beta-2.jar remote
_________________________________________________
|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|

Running EJB compliance tests on Remote Server
_________________________________________________
WARNING: No test suite configuration file specified, assuming system properties contain all needed information. To specify a test suite configuration file by setting its location using the system property "openejb.testsuite.properties"
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
............................
Time: 17.342

OK (889 tests)


_________________________________________________
CLIENT JNDI PROPERTIES
java.naming.provider.url = 127.0.0.1:4201
java.naming.factory.initial = org.apache.openejb.client.RemoteInitialContextFactory
_________________________________________________


(this one is also against standalone)

$ java -jar openejb-itests-standalone-client-3.0-beta-2.jar http
_________________________________________________
|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|

Running EJB compliance tests on HTTP/Remote Server
_________________________________________________
WARNING: No test suite configuration file specified, assuming system properties contain all needed information. To specify a test suite configuration file by setting its location using the system property "openejb.testsuite.properties"
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
............................
Time: 41.061

OK (889 tests)


_________________________________________________
CLIENT JNDI PROPERTIES
java.naming.provider.url = http://127.0.0.1:4204/ejb
java.naming.factory.initial = org.apache.openejb.client.RemoteInitialContextFactory
_________________________________________________



(this one is against tomcat6)

$ java -jar openejb-itests-standalone-client-3.0-beta-2.jar tomcat
_________________________________________________
|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|

Running EJB compliance tests on HTTP/Tomcat Server
_________________________________________________
WARNING: No test suite configuration file specified, assuming system properties contain all needed information. To specify a test suite configuration file by setting its location using the system property "openejb.testsuite.properties"
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
............................
Time: 34.54

OK (889 tests)


_________________________________________________
CLIENT JNDI PROPERTIES
java.naming.provider.url = http://127.0.0.1:8080/openejb/ejb
java.naming.factory.initial = org.apache.openejb.client.RemoteInitialContextFactory
_________________________________________________


Reply via email to