dblevins 2005/02/19 04:46:39
Modified: modules/core/src/test/org/openejb/server/xfire
WSContainerTest.java
Log:
Removed getProxyFactory from EJBContainer interface and all references to it.
Fixed the WSContainer so it doesn't put instances of InvocationResult in the
soap message.
Fixed the invocation test in WSContainerTest.
Slightly improved the ulgy EJBInvocationStream code.
Revision Changes Path
1.2 +2 -2
openejb/modules/core/src/test/org/openejb/server/xfire/WSContainerTest.java
Index: WSContainerTest.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/test/org/openejb/server/xfire/WSContainerTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- WSContainerTest.java 18 Feb 2005 23:47:49 -0000 1.1
+++ WSContainerTest.java 19 Feb 2005 09:46:39 -0000 1.2
@@ -136,7 +136,7 @@
}
}
- public void xtestAxisStyleMessage() throws Exception {
+ public void testAxisStyleMessage() throws Exception {
Kernel kernel = new Kernel("wstest");
kernel.boot();