dblevins 2005/02/19 04:46:41
Modified: modules/openejb-builder/src/test/org/openejb/deployment
EarDeploymentTest.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 -1
openejb/modules/openejb-builder/src/test/org/openejb/deployment/EarDeploymentTest.java
Index: EarDeploymentTest.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/deployment/EarDeploymentTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EarDeploymentTest.java 10 Feb 2005 06:38:32 -0000 1.1
+++ EarDeploymentTest.java 19 Feb 2005 09:46:41 -0000 1.2
@@ -56,6 +56,7 @@
* @version $Revision$ $Date$
*/
public class EarDeploymentTest extends AbstractDeploymentTest {
+
private static final DeploymentTestSuite SUITE =
new DeploymentTestSuite(EarDeploymentTest.class, new
File("target/test-ear.ear"));