dblevins 2004/04/12 04:31:41
Modified: modules/core/src/java/org/openejb/server ServiceDaemon.java
Log:
Still quite a few failures, but minimal remote server functionality is working.
Test results are:
Tests run: 112, Failures: 27, Errors: 6
Couple things causing problems:
- DatabaseBean can't get a datasource, so no BMP tests run.
- BeanPolicy$2.invoke throwing "Not yet implemented" is preventing
nearly all the SFSB tests from running.
- Still having classloader issues on outbound proxy replacements,
so many RMI-IIOP tests are failing.
All in all the test suite is doing it's job.
Revision Changes Path
1.5 +2 -1
openejb/modules/core/src/java/org/openejb/server/ServiceDaemon.java
Index: ServiceDaemon.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/server/ServiceDaemon.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ServiceDaemon.java 9 Apr 2004 19:04:01 -0000 1.4
+++ ServiceDaemon.java 12 Apr 2004 08:31:41 -0000 1.5
@@ -180,6 +180,7 @@
}
}
+ //==== GBEAN METADATA ===================================================//
public static final GBeanInfo GBEAN_INFO;
static {