dain 2005/02/10 01:38:32
Modified: modules/core/src/java/org/openejb EJBInvocationImpl.java
Log:
Rework the serialization code a bit
Changed EJBConfigbuilderTest so the verifiy method is broken into several
test method
Revision Changes Path
1.5 +2 -2
openejb/modules/core/src/java/org/openejb/EJBInvocationImpl.java
Index: EJBInvocationImpl.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/EJBInvocationImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- EJBInvocationImpl.java 5 Feb 2005 00:49:46 -0000 1.4
+++ EJBInvocationImpl.java 10 Feb 2005 06:38:32 -0000 1.5
@@ -64,7 +64,7 @@
// Fields are immutable, but not final due to readExternal
private EJBInterfaceType type;
private int index;
- private Object arguments[];
+ private Object[] arguments;
private Object id;
// Valid in server-side interceptor stack once an instance has been
identified